#A7ECFA

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

Shades of Blizzard Blue #A7ECFA

Tints of Blizzard Blue #A7ECFA

Color information

#A7ECFA (or 0xA7ECFA) is unknown color: approx Blizzard Blue. HEX triplet: A7, EC and FA. RGB value is (167,236,250). Sum of RGB (Red+Green+Blue) = 167+236+250=653 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.57% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7ECFA is #581305. Grayscale: #D8D8D8. Windows color (decimal): -5772038 or 16444583. OLE color: 16444583.

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

Color convert

RGB167236250-
CMYK0.330.0600.02
HSL190.12º89.25%81.76%-
HSV(B)190.12º33.2%98.04%-
XYZ63.1975.11101.61-
YUV216.96146.6492.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.57%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=25.57%
G=36.14%
B=38.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672362500.330.0600.02190.1289.2581.76
HexA7ECFA21602be5952
Octal24735437241602276131122
Binary1010011111101100111110101000011100101011111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ECFA; }

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

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

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

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

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

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

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

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