#A6ECFB

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

Shades of Blizzard Blue #A6ECFB

Tints of Blizzard Blue #A6ECFB

Color information

#A6ECFB (or 0xA6ECFB) is unknown color: approx Blizzard Blue. HEX triplet: A6, EC and FB. RGB value is (166,236,251). Sum of RGB (Red+Green+Blue) = 166+236+251=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECFB is #591304. Grayscale: #D8D8D8. Windows color (decimal): -5837573 or 16510118. OLE color: 16510118.

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

Color convert

RGB166236251-
CMYK0.340.0600.02
HSL190.59º91.4%81.76%-
HSV(B)190.59º33.86%98.43%-
XYZ63.1375.06102.43-
YUV216.78147.3191.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.42%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=25.42%
G=36.14%
B=38.44%

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
Decimal1662362510.340.0600.02190.5991.481.76
HexA6ECFB22602bf5b52
Octal24635437342602277133122
Binary1010011011101100111110111000101100101011111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECFB; }

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

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

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

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

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

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

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

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