#A6E0EB

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

Shades of Blizzard Blue #A6E0EB

Tints of Blizzard Blue #A6E0EB

Color information

#A6E0EB (or 0xA6E0EB) is unknown color: approx Blizzard Blue. HEX triplet: A6, E0 and EB. RGB value is (166,224,235). Sum of RGB (Red+Green+Blue) = 166+224+235=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E0EB is #591F14. Grayscale: #CFCFCF. Windows color (decimal): -5840661 or 15458470. OLE color: 15458470.

HSL color Cylindrical-coordinate representation of color #A6E0EB: hue angle of 189.57º 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 #A6E0EB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166224235-
CMYK0.290.0500.08
HSL189.57º63.3%78.63%-
HSV(B)189.57º29.36%92.16%-
XYZ57.3867.4288.59-
YUV207.91143.2898.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 224 (87.89% from 255) = 35.84%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=26.56%
G=35.84%
B=37.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662242350.290.0500.08189.5763.378.63
HexA6E0EB1D508be3f4f
Octal24634035335501027677117
Binary1010011011100000111010111110110101000101111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0EB; }

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

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

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

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

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

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

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

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