#A1DBFF

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

Shades of Columbia Blue #A1DBFF

Tints of Columbia Blue #A1DBFF

Color information

#A1DBFF (or 0xA1DBFF) is unknown color: approx Columbia Blue. HEX triplet: A1, DB and FF. RGB value is (161,219,255). Sum of RGB (Red+Green+Blue) = 161+219+255=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBFF is #5E2400. Grayscale: #CDCDCD. Windows color (decimal): -6169601 or 16767905. OLE color: 16767905.

HSL color Cylindrical-coordinate representation of color #A1DBFF: hue angle of 202.98º 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 #A1DBFF is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161219255-
CMYK0.370.1400
HSL202.98º100%81.57%-
HSV(B)202.98º36.86%100%-
XYZ58.0865.46104.18-
YUV205.76155.7896.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.35%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 255 (100% from 255) = 40.16%
R=25.35%
G=34.49%
B=40.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612192550.370.1400202.9810081.57
HexA1DBFF25E00cb6452
Octal241333377451600313144122
Binary1010000111011011111111111001011110001100101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBFF; }

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

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

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

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

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

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

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

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