#A1DCFF

Color #A1DCFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A1DCFF

Tints of Columbia Blue #A1DCFF

Color information

#A1DCFF (or 0xA1DCFF) is unknown color: approx Columbia Blue. HEX triplet: A1, DC and FF. RGB value is (161,220,255). Sum of RGB (Red+Green+Blue) = 161+220+255=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCFF is #5E2300. Grayscale: #CECECE. Windows color (decimal): -6169345 or 16768161. OLE color: 16768161.

HSL color Cylindrical-coordinate representation of color #A1DCFF: hue angle of 202.34º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DCFF is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161220255-
CMYK0.370.1400
HSL202.34º100%81.57%-
HSV(B)202.34º36.86%100%-
XYZ58.3465.98104.27-
YUV206.35155.4595.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 25.31%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 255 (100% from 255) = 40.09%
R=25.31%
G=34.59%
B=40.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612202550.370.1400202.3410081.57
HexA1DCFF25E00ca6452
Octal241334377451600312144122
Binary1010000111011100111111111001011110001100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCFF; }

 p { color: rgb(161,220,255); }

 H1.HeaderClassName
 {
   color: #A1DCFF;
 }
 .AnyTagClassName
 {
   color: #A1DCFF;
 }
</style>
background-color css

<style>
 a { background-color: #A1DCFF; }

 a { background-color: rgb(161,220,255); }

 div.DivClassName
 {
   background-color: #A1DCFF;
 }
 .BgClassName
 {
   background-color: #A1DCFF;
 }
</style>
border-color css

<style>
 span { border-color: #A1DCFF; }

 span { border-color: rgb(161,220,255); }

 td.TdClassName
 {
   border-color: #A1DCFF;
 }
 .TagClassName
 {
   border-color: #A1DCFF;
 }
</style>