#A0ECFA

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

Shades of Blizzard Blue #A0ECFA

Tints of Blizzard Blue #A0ECFA

Color information

#A0ECFA (or 0xA0ECFA) is unknown color: approx Blizzard Blue. HEX triplet: A0, EC and FA. RGB value is (160,236,250). Sum of RGB (Red+Green+Blue) = 160+236+250=646 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.77% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECFA is #5F1305. Grayscale: #D6D6D6. Windows color (decimal): -6230790 or 16444576. OLE color: 16444576.

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

Color convert

RGB160236250-
CMYK0.360.0600.02
HSL189.33º90%80.39%-
HSV(B)189.33º36%98.04%-
XYZ61.7574.37101.54-
YUV214.87147.8288.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.77%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=24.77%
G=36.53%
B=38.70%

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
Decimal1602362500.360.0600.02189.339080.39
HexA0ECFA24602bd5a50
Octal24035437244602275132120
Binary1010000011101100111110101001001100101011110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECFA; }

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

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

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

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

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

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

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

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