#a0eaf2

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

Shades of Blizzard Blue #A0EAF2

Tints of Blizzard Blue #A0EAF2

Color information

#A0EAF2 (or 0xA0EAF2) is unknown color: approx Blizzard Blue. HEX triplet: A0, EA and F2. RGB value is (160,234,242). Sum of RGB (Red+Green+Blue) = 160+234+242=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAF2 is #5F150D. Grayscale: #D4D4D4. Windows color (decimal): -6231310 or 15919776. OLE color: 15919776.

HSL color Cylindrical-coordinate representation of color #A0EAF2: hue angle of 185.85º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EAF2 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160234242-
CMYK0.340.0300.05
HSL185.85º75.93%78.82%-
HSV(B)185.85º33.88%94.9%-
XYZ59.9572.7394.88-
YUV212.79144.4890.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.16%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 242 (94.92% from 255) = 38.05%
R=25.16%
G=36.79%
B=38.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602342420.340.0300.05185.8575.9378.82
HexA0EAF222305ba4c4f
Octal24035236242305272114117
Binary1010000011101010111100101000101101011011101010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0eaf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0eaf2; }

 p { color: rgb(160,234,242); }

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

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

 a { background-color: rgb(160,234,242); }

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

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

 span { border-color: rgb(160,234,242); }

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