#A0E6EB

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

Shades of Blizzard Blue #A0E6EB

Tints of Blizzard Blue #A0E6EB

Color information

#A0E6EB (or 0xA0E6EB) is unknown color: approx Blizzard Blue. HEX triplet: A0, E6 and EB. RGB value is (160,230,235). Sum of RGB (Red+Green+Blue) = 160+230+235=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E6EB is #5F1914. Grayscale: #D1D1D1. Windows color (decimal): -6232341 or 15460000. OLE color: 15460000.

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

Color convert

RGB160230235-
CMYK0.320.0200.08
HSL184º65.22%77.45%-
HSV(B)184º31.91%92.16%-
XYZ57.7970.0789.08-
YUV209.64142.3192.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.6%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=25.6%
G=36.8%
B=37.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602302350.320.0200.0818465.2277.45
HexA0E6EB20208b8414d
Octal240346353402010270101115
Binary10100000111001101110101110000010010001011100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E6EB; }

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

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

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

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

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

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

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

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