#A7ECFC

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

Shades of Blizzard Blue #A7ECFC

Tints of Blizzard Blue #A7ECFC

Color information

#A7ECFC (or 0xA7ECFC) is unknown color: approx Blizzard Blue. HEX triplet: A7, EC and FC. RGB value is (167,236,252). Sum of RGB (Red+Green+Blue) = 167+236+252=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7ECFC is #581303. Grayscale: #D9D9D9. Windows color (decimal): -5772036 or 16575655. OLE color: 16575655.

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

Color convert

RGB167236252-
CMYK0.340.0600.01
HSL191.29º93.41%82.16%-
HSV(B)191.29º33.73%98.82%-
XYZ63.575.23103.27-
YUV217.19147.6492.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=25.50%
G=36.03%
B=38.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672362520.340.0600.01191.2993.4182.16
HexA7ECFC22601bf5d52
Octal24735437442601277135122
Binary101001111110110011111100100010110011011111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ECFC; }

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

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

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

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

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

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

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

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