Shades of Blizzard Blue #AFECFB
Tints of Blizzard Blue #AFECFB
RGB
CMYK
RGB Variations
Color information
#AFECFB (or 0xAFECFB) is known color: Blizzard Blue. HEX triplet: AF, EC and FB. RGB value is (175,236,251). Sum of RGB (Red+Green+Blue) = 175+236+251=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECFB is #501304. Grayscale: #DBDBDB. Windows color (decimal): -5247749 or 16510127. OLE color: 16510127.
HSL color Cylindrical-coordinate representation of color #AFECFB: hue angle of 191.84º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFECFB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 236 | 251 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.02 |
| HSL | 191.84º | 0.9% | 0.84% | - |
| HSV(B) | 191.84º | 0.3% | 0.98% | - |
| XYZ | 65.09 | 76.07 | 102.52 | - |
| YUV | 219.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 251 | 0.30 | 0.06 | 0 | 0.02 | 191.84 | 0.9 | 0.84 |
| Hex | AF | EC | FB | 1E | 6 | 0 | 2 | C0 | 5A | 54 |
| Octal | 257 | 354 | 373 | 36 | 6 | 0 | 2 | 300 | 132 | 124 |
| Binary | 10101111 | 11101100 | 11111011 | 11110 | 110 | 0 | 10 | 11000000 | 1011010 | 1010100 |
Color Harmonies of #AFECFB
Complementary color
Monochromatic Colors of #AFECFB
Black with #AFECFB
Text Example
Text Example
White with #AFECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECFB; }
p { color: rgb(175,236,251); }
H1.HeaderClassName
{
color: #AFECFB;
}
.AnyTagClassName
{
color: #AFECFB;
}
</style>
background-color css
<style>
a { background-color: #AFECFB; }
a { background-color: rgb(175,236,251); }
div.DivClassName
{
background-color: #AFECFB;
}
.BgClassName
{
background-color: #AFECFB;
}
</style>
border-color css
<style>
span { border-color: #AFECFB; }
span { border-color: rgb(175,236,251); }
td.TdClassName
{
border-color: #AFECFB;
}
.TagClassName
{
border-color: #AFECFB;
}
</style>