#A7EEFA

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

Shades of Blizzard Blue #A7EEFA

Tints of Blizzard Blue #A7EEFA

Color information

#A7EEFA (or 0xA7EEFA) is unknown color: approx Blizzard Blue. HEX triplet: A7, EE and FA. RGB value is (167,238,250). Sum of RGB (Red+Green+Blue) = 167+238+250=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EEFA is #581105. Grayscale: #DADADA. Windows color (decimal): -5771526 or 16445095. OLE color: 16445095.

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

Color convert

RGB167238250-
CMYK0.330.0500.02
HSL188.67º89.25%81.76%-
HSV(B)188.67º33.2%98.04%-
XYZ63.7776.27101.8-
YUV218.14145.9891.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=25.50%
G=36.34%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672382500.330.0500.02188.6789.2581.76
HexA7EEFA21502bd5952
Octal24735637241502275131122
Binary1010011111101110111110101000011010101011110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EEFA; }

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

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

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

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

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

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

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

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