#A0E5EC

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

Shades of Blizzard Blue #A0E5EC

Tints of Blizzard Blue #A0E5EC

Color information

#A0E5EC (or 0xA0E5EC) is unknown color: approx Blizzard Blue. HEX triplet: A0, E5 and EC. RGB value is (160,229,236). Sum of RGB (Red+Green+Blue) = 160+229+236=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E5EC is #5F1A13. Grayscale: #D1D1D1. Windows color (decimal): -6232596 or 15525280. OLE color: 15525280.

HSL color Cylindrical-coordinate representation of color #A0E5EC: hue angle of 185.53º 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 #A0E5EC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160229236-
CMYK0.320.0300.07
HSL185.53º66.67%77.65%-
HSV(B)185.53º32.2%92.55%-
XYZ57.6669.5789.75-
YUV209.17143.1492.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.6%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=25.6%
G=36.64%
B=37.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602292360.320.0300.07185.5366.6777.65
HexA0E5EC20307ba434e
Octal24034535440307272103116
Binary1010000011100101111011001000001101111011101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E5EC; }

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

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

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

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

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

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

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

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