#A6EDFB

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

Shades of Blizzard Blue #A6EDFB

Tints of Blizzard Blue #A6EDFB

Color information

#A6EDFB (or 0xA6EDFB) is unknown color: approx Blizzard Blue. HEX triplet: A6, ED and FB. RGB value is (166,237,251). Sum of RGB (Red+Green+Blue) = 166+237+251=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDFB is #591204. Grayscale: #D9D9D9. Windows color (decimal): -5837317 or 16510374. OLE color: 16510374.

HSL color Cylindrical-coordinate representation of color #A6EDFB: hue angle of 189.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6EDFB is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166237251-
CMYK0.340.0600.02
HSL189.88º91.4%81.76%-
HSV(B)189.88º33.86%98.43%-
XYZ63.4275.64102.52-
YUV217.37146.9891.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.38%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=25.38%
G=36.24%
B=38.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662372510.340.0600.02189.8891.481.76
HexA6EDFB22602be5b52
Octal24635537342602276133122
Binary1010011011101101111110111000101100101011111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDFB; }

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

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

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

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

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

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

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

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