#A6DBF9

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

Shades of Columbia Blue #A6DBF9

Tints of Columbia Blue #A6DBF9

Color information

#A6DBF9 (or 0xA6DBF9) is unknown color: approx Columbia Blue. HEX triplet: A6, DB and F9. RGB value is (166,219,249). Sum of RGB (Red+Green+Blue) = 166+219+249=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6DBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBF9 is #592406. Grayscale: #CECECE. Windows color (decimal): -5841927 or 16374694. OLE color: 16374694.

HSL color Cylindrical-coordinate representation of color #A6DBF9: hue angle of 201.69º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DBF9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166219249-
CMYK0.330.1200.02
HSL201.69º87.37%81.37%-
HSV(B)201.69º33.33%97.65%-
XYZ58.1665.6199.22-
YUV206.57151.9499.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.18%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=26.18%
G=34.54%
B=39.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662192490.330.1200.02201.6987.3781.37
HexA6DBF921C02ca5751
Octal246333371411402312127121
Binary10100110110110111111100110000111000101100101010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBF9; }

 p { color: rgb(166,219,249); }

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

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

 a { background-color: rgb(166,219,249); }

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

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

 span { border-color: rgb(166,219,249); }

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