#A6E4EB

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

Shades of Blizzard Blue #A6E4EB

Tints of Blizzard Blue #A6E4EB

Color information

#A6E4EB (or 0xA6E4EB) is unknown color: approx Blizzard Blue. HEX triplet: A6, E4 and EB. RGB value is (166,228,235). Sum of RGB (Red+Green+Blue) = 166+228+235=629 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.39% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E4EB is #591B14. Grayscale: #D2D2D2. Windows color (decimal): -5839637 or 15459494. OLE color: 15459494.

HSL color Cylindrical-coordinate representation of color #A6E4EB: hue angle of 186.09º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E4EB is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166228235-
CMYK0.290.0300.08
HSL186.09º63.3%78.63%-
HSV(B)186.09º29.36%92.16%-
XYZ58.4669.5988.95-
YUV210.26141.9696.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.39%
GREEN value IS 228 (89.45% from 255) = 36.25%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=26.39%
G=36.25%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662282350.290.0300.08186.0963.378.63
HexA6E4EB1D308ba3f4f
Octal24634435335301027277117
Binary101001101110010011101011111011101000101110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E4EB; }

 p { color: rgb(166,228,235); }

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

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

 a { background-color: rgb(166,228,235); }

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

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

 span { border-color: rgb(166,228,235); }

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