#AFE7F5

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

Shades of Blizzard Blue #AFE7F5

Tints of Blizzard Blue #AFE7F5

Color information

#AFE7F5 (or 0xAFE7F5) is unknown color: approx Blizzard Blue. HEX triplet: AF, E7 and F5. RGB value is (175,231,245). Sum of RGB (Red+Green+Blue) = 175+231+245=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFE7F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE7F5 is #50180A. Grayscale: #D7D7D7. Windows color (decimal): -5249035 or 16115631. OLE color: 16115631.

HSL color Cylindrical-coordinate representation of color #AFE7F5: hue angle of 192º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFE7F5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175231245-
CMYK0.290.0600.04
HSL192º77.78%82.35%-
HSV(B)192º28.57%96.08%-
XYZ62.7472.8697.14-
YUV215.85144.4598.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 231 (90.62% from 255) = 35.48%
BLUE value IS 245 (96.09% from 255) = 37.63%
R=26.88%
G=35.48%
B=37.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752312450.290.0600.0419277.7882.35
HexAFE7F51D604c04e52
Octal25734736535604300116122
Binary1010111111100111111101011110111001001100000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7F5; }

 p { color: rgb(175,231,245); }

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

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

 a { background-color: rgb(175,231,245); }

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

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

 span { border-color: rgb(175,231,245); }

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