#A6DDFF

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

Shades of Columbia Blue #A6DDFF

Tints of Columbia Blue #A6DDFF

Color information

#A6DDFF (or 0xA6DDFF) is unknown color: approx Columbia Blue. HEX triplet: A6, DD and FF. RGB value is (166,221,255). Sum of RGB (Red+Green+Blue) = 166+221+255=642 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.86% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDFF is #592200. Grayscale: #D0D0D0. Windows color (decimal): -5841409 or 16768422. OLE color: 16768422.

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

Color convert

RGB166221255-
CMYK0.350.1300
HSL202.92º100%82.55%-
HSV(B)202.92º34.9%100%-
XYZ59.6367.04104.4-
YUV208.43154.2897.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.86%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 255 (100% from 255) = 39.72%
R=25.86%
G=34.42%
B=39.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662212550.350.1300202.9210082.55
HexA6DDFF23D00cb6453
Octal246335377431500313144123
Binary1010011011011101111111111000111101001100101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDFF; }

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

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

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

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

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

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

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

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