#A7EAF0

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

Shades of Blizzard Blue #A7EAF0

Tints of Blizzard Blue #A7EAF0

Color information

#A7EAF0 (or 0xA7EAF0) is unknown color: approx Blizzard Blue. HEX triplet: A7, EA and F0. RGB value is (167,234,240). Sum of RGB (Red+Green+Blue) = 167+234+240=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #A7EAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAF0 is #58150F. Grayscale: #D6D6D6. Windows color (decimal): -5772560 or 15788711. OLE color: 15788711.

HSL color Cylindrical-coordinate representation of color #A7EAF0: hue angle of 184.93º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EAF0 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167234240-
CMYK0.300.0200.06
HSL184.93º70.87%79.8%-
HSV(B)184.93º30.42%94.12%-
XYZ61.0973.3593.38-
YUV214.65142.394.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.05%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=26.05%
G=36.51%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672342400.300.0200.06184.9370.8779.8
HexA7EAF01E206b94750
Octal24735236036206271107120
Binary101001111110101011110000111101001101011100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAF0; }

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

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

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

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

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

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

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

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