#A0ECFC

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

Shades of Blizzard Blue #A0ECFC

Tints of Blizzard Blue #A0ECFC

Color information

#A0ECFC (or 0xA0ECFC) is unknown color: approx Blizzard Blue. HEX triplet: A0, EC and FC. RGB value is (160,236,252). Sum of RGB (Red+Green+Blue) = 160+236+252=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECFC is #5F1303. Grayscale: #D6D6D6. Windows color (decimal): -6230788 or 16575648. OLE color: 16575648.

HSL color Cylindrical-coordinate representation of color #A0ECFC: hue angle of 190.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0ECFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160236252-
CMYK0.370.0600.01
HSL190.43º93.88%80.78%-
HSV(B)190.43º36.51%98.82%-
XYZ62.0674.49103.2-
YUV215.1148.8288.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.69%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=24.69%
G=36.42%
B=38.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602362520.370.0600.01190.4393.8880.78
HexA0ECFC25601be5e51
Octal24035437445601276136121
Binary101000001110110011111100100101110011011111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECFC; }

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

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

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

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

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

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

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

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