Shades of Blizzard Blue #AFECFF
Tints of Blizzard Blue #AFECFF
RGB
CMYK
RGB Variations
Color information
#AFECFF (or 0xAFECFF) is known color: Blizzard Blue. HEX triplet: AF, EC and FF. RGB value is (175,236,255). Sum of RGB (Red+Green+Blue) = 175+236+255=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECFF is #501300. Grayscale: #DBDBDB. Windows color (decimal): -5247745 or 16772271. OLE color: 16772271.
HSL color Cylindrical-coordinate representation of color #AFECFF: hue angle of 194.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFECFF is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 236 | 255 | - |
| CMYK | 0.31 | 0.07 | 0 | 0 |
| HSL | 194.25º | 1% | 0.84% | - |
| HSV(B) | 194.25º | 0.31% | 1% | - |
| XYZ | 65.72 | 76.32 | 105.88 | - |
| YUV | 219.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 255 | 0.31 | 0.07 | 0 | 0 | 194.25 | 1 | 0.84 |
| Hex | AF | EC | FF | 1F | 7 | 0 | 0 | C2 | 64 | 54 |
| Octal | 257 | 354 | 377 | 37 | 7 | 0 | 0 | 302 | 144 | 124 |
| Binary | 10101111 | 11101100 | 11111111 | 11111 | 111 | 0 | 0 | 11000010 | 1100100 | 1010100 |
Color Harmonies of #AFECFF
Complementary color
Monochromatic Colors of #AFECFF
Black with #AFECFF
Text Example
Text Example
White with #AFECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECFF; }
p { color: rgb(175,236,255); }
H1.HeaderClassName
{
color: #AFECFF;
}
.AnyTagClassName
{
color: #AFECFF;
}
</style>
background-color css
<style>
a { background-color: #AFECFF; }
a { background-color: rgb(175,236,255); }
div.DivClassName
{
background-color: #AFECFF;
}
.BgClassName
{
background-color: #AFECFF;
}
</style>
border-color css
<style>
span { border-color: #AFECFF; }
span { border-color: rgb(175,236,255); }
td.TdClassName
{
border-color: #AFECFF;
}
.TagClassName
{
border-color: #AFECFF;
}
</style>