#A6DDF6

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

Shades of Columbia Blue #A6DDF6

Tints of Columbia Blue #A6DDF6

Color information

#A6DDF6 (or 0xA6DDF6) is unknown color: approx Columbia Blue. HEX triplet: A6, DD and F6. RGB value is (166,221,246). Sum of RGB (Red+Green+Blue) = 166+221+246=633 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.22% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDF6 is #592209. Grayscale: #CFCFCF. Windows color (decimal): -5841418 or 16178598. OLE color: 16178598.

HSL color Cylindrical-coordinate representation of color #A6DDF6: hue angle of 198.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6DDF6 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166221246-
CMYK0.330.1000.04
HSL198.75º81.63%80.78%-
HSV(B)198.75º32.52%96.47%-
XYZ58.2266.4796.95-
YUV207.4149.7898.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=26.22%
G=34.91%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662212460.330.1000.04198.7581.6380.78
HexA6DDF621A04c75251
Octal246335366411204307122121
Binary101001101101110111110110100001101001001100011110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDF6; }

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

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

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

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

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

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

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

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