#A7EAFA

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

Shades of Blizzard Blue #A7EAFA

Tints of Blizzard Blue #A7EAFA

Color information

#A7EAFA (or 0xA7EAFA) is unknown color: approx Blizzard Blue. HEX triplet: A7, EA and FA. RGB value is (167,234,250). Sum of RGB (Red+Green+Blue) = 167+234+250=651 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.65% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAFA is #581505. Grayscale: #D7D7D7. Windows color (decimal): -5772550 or 16444071. OLE color: 16444071.

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

Color convert

RGB167234250-
CMYK0.330.0600.02
HSL191.57º89.25%81.76%-
HSV(B)191.57º33.2%98.04%-
XYZ62.6173.96101.42-
YUV215.79147.393.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.65%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=25.65%
G=35.94%
B=38.40%

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
Decimal1672342500.330.0600.02191.5789.2581.76
HexA7EAFA21602c05952
Octal24735237241602300131122
Binary1010011111101010111110101000011100101100000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAFA; }

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

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

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

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

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

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

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

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