#a0eef0

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

Shades of Blizzard Blue #A0EEF0

Tints of Blizzard Blue #A0EEF0

Color information

#A0EEF0 (or 0xA0EEF0) is unknown color: approx Blizzard Blue. HEX triplet: A0, EE and F0. RGB value is (160,238,240). Sum of RGB (Red+Green+Blue) = 160+238+240=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEF0 is #5F110F. Grayscale: #D6D6D6. Windows color (decimal): -6230288 or 15789728. OLE color: 15789728.

HSL color Cylindrical-coordinate representation of color #A0EEF0: hue angle of 181.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEF0 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160238240-
CMYK0.330.0100.06
HSL181.5º72.73%78.43%-
HSV(B)181.5º33.33%94.12%-
XYZ60.874.9193.69-
YUV214.91142.1688.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.08%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=25.08%
G=37.30%
B=37.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602382400.330.0100.06181.572.7378.43
HexA0EEF021106b6494e
Octal24035636041106266111116
Binary101000001110111011110000100001101101011011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0eef0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0eef0; }

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

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

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

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

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

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

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

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