#A6DFED

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

Shades of Blizzard Blue #A6DFED

Tints of Blizzard Blue #A6DFED

Color information

#A6DFED (or 0xA6DFED) is unknown color: approx Blizzard Blue. HEX triplet: A6, DF and ED. RGB value is (166,223,237). Sum of RGB (Red+Green+Blue) = 166+223+237=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DFED is #592012. Grayscale: #CFCFCF. Windows color (decimal): -5840915 or 15589286. OLE color: 15589286.

HSL color Cylindrical-coordinate representation of color #A6DFED: hue angle of 191.83º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6DFED is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166223237-
CMYK0.300.0600.07
HSL191.83º66.36%79.02%-
HSV(B)191.83º29.96%92.94%-
XYZ57.46790.03-
YUV207.55144.6298.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=26.52%
G=35.62%
B=37.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662232370.300.0600.07191.8366.3679.02
HexA6DFED1E607c0424f
Octal24633735536607300102117
Binary1010011011011111111011011111011001111100000010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFED; }

 p { color: rgb(166,223,237); }

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

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

 a { background-color: rgb(166,223,237); }

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

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

 span { border-color: rgb(166,223,237); }

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