#A0E0EB

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

Shades of Blizzard Blue #A0E0EB

Tints of Blizzard Blue #A0E0EB

Color information

#A0E0EB (or 0xA0E0EB) is unknown color: approx Blizzard Blue. HEX triplet: A0, E0 and EB. RGB value is (160,224,235). Sum of RGB (Red+Green+Blue) = 160+224+235=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0EB is #5F1F14. Grayscale: #CECECE. Windows color (decimal): -6233877 or 15458464. OLE color: 15458464.

HSL color Cylindrical-coordinate representation of color #A0E0EB: hue angle of 188.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E0EB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160224235-
CMYK0.320.0500.08
HSL188.8º65.22%77.45%-
HSV(B)188.8º31.91%92.16%-
XYZ56.1566.7888.53-
YUV206.12144.395.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=25.85%
G=36.19%
B=37.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602242350.320.0500.08188.865.2277.45
HexA0E0EB20508bd414d
Octal240340353405010275101115
Binary101000001110000011101011100000101010001011110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E0EB; }

 p { color: rgb(160,224,235); }

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

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

 a { background-color: rgb(160,224,235); }

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

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

 span { border-color: rgb(160,224,235); }

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