#A0E1EC

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

Shades of Blizzard Blue #A0E1EC

Tints of Blizzard Blue #A0E1EC

Color information

#A0E1EC (or 0xA0E1EC) is unknown color: approx Blizzard Blue. HEX triplet: A0, E1 and EC. RGB value is (160,225,236). Sum of RGB (Red+Green+Blue) = 160+225+236=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1EC is #5F1E13. Grayscale: #CECECE. Windows color (decimal): -6233620 or 15524256. OLE color: 15524256.

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

Color convert

RGB160225236-
CMYK0.320.0500.07
HSL188.68º66.67%77.65%-
HSV(B)188.68º32.2%92.55%-
XYZ56.5667.3889.38-
YUV206.82144.4794.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.76%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=25.76%
G=36.23%
B=38.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602252360.320.0500.07188.6866.6777.65
HexA0E1EC20507bd434e
Octal24034135440507275103116
Binary10100000111000011110110010000010101111011110110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1EC; }

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

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

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

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

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

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

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

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