#AFE8F2

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

Shades of Blizzard Blue #AFE8F2

Tints of Blizzard Blue #AFE8F2

Color information

#AFE8F2 (or 0xAFE8F2) is unknown color: approx Blizzard Blue. HEX triplet: AF, E8 and F2. RGB value is (175,232,242). Sum of RGB (Red+Green+Blue) = 175+232+242=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFE8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE8F2 is #50170D. Grayscale: #D8D8D8. Windows color (decimal): -5248782 or 15919279. OLE color: 15919279.

HSL color Cylindrical-coordinate representation of color #AFE8F2: hue angle of 188.96º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFE8F2 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175232242-
CMYK0.280.0400.05
HSL188.96º72.04%81.76%-
HSV(B)188.96º27.69%94.9%-
XYZ62.5673.2494.84-
YUV216.1142.6298.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.96%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 242 (94.92% from 255) = 37.29%
R=26.96%
G=35.75%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752322420.280.0400.05188.9672.0481.76
HexAFE8F21C405bd4852
Octal25735036234405275110122
Binary1010111111101000111100101110010001011011110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE8F2; }

 p { color: rgb(175,232,242); }

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

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

 a { background-color: rgb(175,232,242); }

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

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

 span { border-color: rgb(175,232,242); }

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