#A5ECFC

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

Shades of Blizzard Blue #A5ECFC

Tints of Blizzard Blue #A5ECFC

Color information

#A5ECFC (or 0xA5ECFC) is unknown color: approx Blizzard Blue. HEX triplet: A5, EC and FC. RGB value is (165,236,252). Sum of RGB (Red+Green+Blue) = 165+236+252=653 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.27% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECFC is #5A1303. Grayscale: #D8D8D8. Windows color (decimal): -5903108 or 16575653. OLE color: 16575653.

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

Color convert

RGB165236252-
CMYK0.350.0600.01
HSL191.03º93.55%81.76%-
HSV(B)191.03º34.52%98.82%-
XYZ63.0875.02103.25-
YUV216.6147.9891.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.27%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=25.27%
G=36.14%
B=38.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652362520.350.0600.01191.0393.5581.76
HexA5ECFC23601bf5e52
Octal24535437443601277136122
Binary101001011110110011111100100011110011011111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECFC; }

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

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

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

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

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

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

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

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