Shades of Blizzard Blue #AFE8F2
Tints of Blizzard Blue #AFE8F2
RGB
CMYK
RGB Variations
Color information
#AFE8F2 (or 0xAFE8F2) is known color: 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
| RGB | 175 | 232 | 242 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.05 |
| HSL | 188.96º | 0.72% | 0.82% | - |
| HSV(B) | 188.96º | 0.28% | 0.95% | - |
| XYZ | 62.56 | 73.24 | 94.84 | - |
| YUV | 216.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 242 | 0.28 | 0.04 | 0 | 0.05 | 188.96 | 0.72 | 0.82 |
| Hex | AF | E8 | F2 | 1C | 4 | 0 | 5 | BD | 48 | 52 |
| Octal | 257 | 350 | 362 | 34 | 4 | 0 | 5 | 275 | 110 | 122 |
| Binary | 10101111 | 11101000 | 11110010 | 11100 | 100 | 0 | 101 | 10111101 | 1001000 | 1010010 |
Color Harmonies of #AFE8F2
Complementary color
Monochromatic Colors of #AFE8F2
Black with #AFE8F2
Text Example
Text Example
White with #AFE8F2
Text Example
Text Example
HTML Codes & Css Web 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>