#A0EAFA

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

Shades of Blizzard Blue #A0EAFA

Tints of Blizzard Blue #A0EAFA

Color information

#A0EAFA (or 0xA0EAFA) is unknown color: approx Blizzard Blue. HEX triplet: A0, EA and FA. RGB value is (160,234,250). Sum of RGB (Red+Green+Blue) = 160+234+250=644 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.84% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAFA is #5F1505. Grayscale: #D5D5D5. Windows color (decimal): -6231302 or 16444064. OLE color: 16444064.

HSL color Cylindrical-coordinate representation of color #A0EAFA: hue angle of 190.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0EAFA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160234250-
CMYK0.360.0600.02
HSL190.67º90%80.39%-
HSV(B)190.67º36%98.04%-
XYZ61.1873.22101.35-
YUV213.7148.4889.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.84%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=24.84%
G=36.34%
B=38.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602342500.360.0600.02190.679080.39
HexA0EAFA24602bf5a50
Octal24035237244602277132120
Binary1010000011101010111110101001001100101011111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EAFA; }

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

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

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

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

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

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

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

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