#A7EDF8

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

Shades of Blizzard Blue #A7EDF8

Tints of Blizzard Blue #A7EDF8

Color information

#A7EDF8 (or 0xA7EDF8) is unknown color: approx Blizzard Blue. HEX triplet: A7, ED and F8. RGB value is (167,237,248). Sum of RGB (Red+Green+Blue) = 167+237+248=652 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.61% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #A7EDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EDF8 is #581207. Grayscale: #D9D9D9. Windows color (decimal): -5771784 or 16313767. OLE color: 16313767.

HSL color Cylindrical-coordinate representation of color #A7EDF8: hue angle of 188.15º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7EDF8 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB167237248-
CMYK0.330.0400.03
HSL188.15º85.26%81.37%-
HSV(B)188.15º32.66%97.25%-
XYZ63.1675.56100.06-
YUV217.32145.3192.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.61%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 248 (97.27% from 255) = 38.04%
R=25.61%
G=36.35%
B=38.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672372480.330.0400.03188.1585.2681.37
HexA7EDF821403bc5551
Octal24735537041403274125121
Binary1010011111101101111110001000011000111011110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EDF8; }

 p { color: rgb(167,237,248); }

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

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

 a { background-color: rgb(167,237,248); }

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

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

 span { border-color: rgb(167,237,248); }

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