#A0E7EB

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

Shades of Blizzard Blue #A0E7EB

Tints of Blizzard Blue #A0E7EB

Color information

#A0E7EB (or 0xA0E7EB) is unknown color: approx Blizzard Blue. HEX triplet: A0, E7 and EB. RGB value is (160,231,235). Sum of RGB (Red+Green+Blue) = 160+231+235=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E7EB is #5F1814. Grayscale: #D2D2D2. Windows color (decimal): -6232085 or 15460256. OLE color: 15460256.

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

Color convert

RGB160231235-
CMYK0.320.0200.08
HSL183.2º65.22%77.45%-
HSV(B)183.2º31.91%92.16%-
XYZ58.0770.6289.17-
YUV210.23141.9892.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.56%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=25.56%
G=36.90%
B=37.54%

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
Decimal1602312350.320.0200.08183.265.2277.45
HexA0E7EB20208b7414d
Octal240347353402010267101115
Binary10100000111001111110101110000010010001011011110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E7EB; }

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

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

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

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

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

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

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

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