#A0EAEE

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

Shades of Blizzard Blue #A0EAEE

Tints of Blizzard Blue #A0EAEE

Color information

#A0EAEE (or 0xA0EAEE) is unknown color: approx Blizzard Blue. HEX triplet: A0, EA and EE. RGB value is (160,234,238). Sum of RGB (Red+Green+Blue) = 160+234+238=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAEE is #5F1511. Grayscale: #D4D4D4. Windows color (decimal): -6231314 or 15657632. OLE color: 15657632.

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

Color convert

RGB160234238-
CMYK0.330.0200.07
HSL183.08º69.64%78.04%-
HSV(B)183.08º32.77%93.33%-
XYZ59.3572.4991.75-
YUV212.33142.4890.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.32%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=25.32%
G=37.03%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602342380.330.0200.07183.0869.6478.04
HexA0EAEE21207b7464e
Octal24035235641207267106116
Binary1010000011101010111011101000011001111011011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EAEE; }

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

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

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

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

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

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

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

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