#A6DDF9

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

Shades of Columbia Blue #A6DDF9

Tints of Columbia Blue #A6DDF9

Color information

#A6DDF9 (or 0xA6DDF9) is unknown color: approx Columbia Blue. HEX triplet: A6, DD and F9. RGB value is (166,221,249). Sum of RGB (Red+Green+Blue) = 166+221+249=636 (84% of max value = 765). Red value is 166 (65.23% from 255 or 26.10% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDF9 is #592206. Grayscale: #CFCFCF. Windows color (decimal): -5841415 or 16375206. OLE color: 16375206.

HSL color Cylindrical-coordinate representation of color #A6DDF9: hue angle of 200.24º 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 #A6DDF9 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166221249-
CMYK0.330.1100.02
HSL200.24º87.37%81.37%-
HSV(B)200.24º33.33%97.65%-
XYZ58.6866.6699.4-
YUV207.75151.2898.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.10%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=26.10%
G=34.75%
B=39.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662212490.330.1100.02200.2487.3781.37
HexA6DDF921B02c85751
Octal246335371411302310127121
Binary10100110110111011111100110000110110101100100010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDF9; }

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

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

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

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

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

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

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

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