#A0E6E1

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

Shades of Blizzard Blue #A0E6E1

Tints of Blizzard Blue #A0E6E1

Color information

#A0E6E1 (or 0xA0E6E1) is unknown color: approx Blizzard Blue. HEX triplet: A0, E6 and E1. RGB value is (160,230,225). Sum of RGB (Red+Green+Blue) = 160+230+225=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6E1 is #5F191E. Grayscale: #D0D0D0. Windows color (decimal): -6232351 or 14804640. OLE color: 14804640.

HSL color Cylindrical-coordinate representation of color #A0E6E1: hue angle of 175.71º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E6E1 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB160230225-
CMYK0.3000.020.10
HSL175.71º58.33%76.47%-
HSV(B)175.71º30.43%90.2%-
XYZ56.3869.581.68-
YUV208.5137.3193.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 230 (90.23% from 255) = 37.40%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=26.02%
G=37.40%
B=36.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602302250.3000.020.10175.7158.3376.47
HexA0E6E11E02Ab03a4c
Octal24034634136021226072114
Binary101000001110011011100001111100101010101100001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E6E1; }

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

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

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

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

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

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

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

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