#A0E1EE

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

Shades of Blizzard Blue #A0E1EE

Tints of Blizzard Blue #A0E1EE

Color information

#A0E1EE (or 0xA0E1EE) is unknown color: approx Blizzard Blue. HEX triplet: A0, E1 and EE. RGB value is (160,225,238). Sum of RGB (Red+Green+Blue) = 160+225+238=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0E1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1EE is #5F1E11. Grayscale: #CECECE. Windows color (decimal): -6233618 or 15655328. OLE color: 15655328.

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

Color convert

RGB160225238-
CMYK0.330.0500.07
HSL190º69.64%78.04%-
HSV(B)190º32.77%93.33%-
XYZ56.8667.590.92-
YUV207.05145.4794.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.68%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=25.68%
G=36.12%
B=38.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602252380.330.0500.0719069.6478.04
HexA0E1EE21507be464e
Octal24034135641507276106116
Binary10100000111000011110111010000110101111011111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1EE; }

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

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

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

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

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

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

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

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