Shades of Blizzard Blue #9FEBF8
Tints of Blizzard Blue #9FEBF8
RGB
CMYK
RGB Variations
Color information
#9FEBF8 (or 0x9FEBF8) is known color: Blizzard Blue. HEX triplet: 9F, EB and F8. RGB value is (159,235,248). Sum of RGB (Red+Green+Blue) = 159+235+248=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FEBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBF8 is #601407. Grayscale: #D5D5D5. Windows color (decimal): -6296584 or 16313247. OLE color: 16313247.
HSL color Cylindrical-coordinate representation of color #9FEBF8: hue angle of 188.76º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FEBF8 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 235 | 248 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.03 |
| HSL | 188.76º | 0.86% | 0.8% | - |
| HSV(B) | 188.76º | 0.36% | 0.97% | - |
| XYZ | 60.95 | 73.56 | 99.79 | - |
| YUV | 213.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 248 | 0.36 | 0.05 | 0 | 0.03 | 188.76 | 0.86 | 0.8 |
| Hex | 9F | EB | F8 | 24 | 5 | 0 | 3 | BD | 56 | 50 |
| Octal | 237 | 353 | 370 | 44 | 5 | 0 | 3 | 275 | 126 | 120 |
| Binary | 10011111 | 11101011 | 11111000 | 100100 | 101 | 0 | 11 | 10111101 | 1010110 | 1010000 |
Color Harmonies of #9FEBF8
Complementary color
Monochromatic Colors of #9FEBF8
Black with #9FEBF8
Text Example
Text Example
White with #9FEBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBF8; }
p { color: rgb(159,235,248); }
H1.HeaderClassName
{
color: #9FEBF8;
}
.AnyTagClassName
{
color: #9FEBF8;
}
</style>
background-color css
<style>
a { background-color: #9FEBF8; }
a { background-color: rgb(159,235,248); }
div.DivClassName
{
background-color: #9FEBF8;
}
.BgClassName
{
background-color: #9FEBF8;
}
</style>
border-color css
<style>
span { border-color: #9FEBF8; }
span { border-color: rgb(159,235,248); }
td.TdClassName
{
border-color: #9FEBF8;
}
.TagClassName
{
border-color: #9FEBF8;
}
</style>