#A0E8EC

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

Shades of Blizzard Blue #A0E8EC

Tints of Blizzard Blue #A0E8EC

Color information

#A0E8EC (or 0xA0E8EC) is unknown color: approx Blizzard Blue. HEX triplet: A0, E8 and EC. RGB value is (160,232,236). Sum of RGB (Red+Green+Blue) = 160+232+236=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E8EC is #5F1713. Grayscale: #D2D2D2. Windows color (decimal): -6231828 or 15526048. OLE color: 15526048.

HSL color Cylindrical-coordinate representation of color #A0E8EC: hue angle of 183.16º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E8EC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160232236-
CMYK0.320.0200.07
HSL183.16º66.67%77.65%-
HSV(B)183.16º32.2%92.55%-
XYZ58.4971.2490.03-
YUV210.93142.1591.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.48%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=25.48%
G=36.94%
B=37.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602322360.320.0200.07183.1666.6777.65
HexA0E8EC20207b7434e
Octal24035035440207267103116
Binary1010000011101000111011001000001001111011011110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E8EC; }

 p { color: rgb(160,232,236); }

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

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

 a { background-color: rgb(160,232,236); }

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

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

 span { border-color: rgb(160,232,236); }

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