Shades of Blizzard Blue #9FEDF8
Tints of Blizzard Blue #9FEDF8
RGB
CMYK
RGB Variations
Color information
#9FEDF8 (or 0x9FEDF8) is known color: Blizzard Blue. HEX triplet: 9F, ED and F8. RGB value is (159,237,248). Sum of RGB (Red+Green+Blue) = 159+237+248=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FEDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDF8 is #601207. Grayscale: #D6D6D6. Windows color (decimal): -6296072 or 16313759. OLE color: 16313759.
HSL color Cylindrical-coordinate representation of color #9FEDF8: hue angle of 187.42º 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 #9FEDF8 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 237 | 248 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.03 |
| HSL | 187.42º | 0.86% | 0.8% | - |
| HSV(B) | 187.42º | 0.36% | 0.97% | - |
| XYZ | 61.53 | 74.72 | 99.99 | - |
| YUV | 214.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 248 | 0.36 | 0.04 | 0 | 0.03 | 187.42 | 0.86 | 0.8 |
| Hex | 9F | ED | F8 | 24 | 4 | 0 | 3 | BB | 56 | 50 |
| Octal | 237 | 355 | 370 | 44 | 4 | 0 | 3 | 273 | 126 | 120 |
| Binary | 10011111 | 11101101 | 11111000 | 100100 | 100 | 0 | 11 | 10111011 | 1010110 | 1010000 |
Color Harmonies of #9FEDF8
Complementary color
Monochromatic Colors of #9FEDF8
Black with #9FEDF8
Text Example
Text Example
White with #9FEDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDF8; }
p { color: rgb(159,237,248); }
H1.HeaderClassName
{
color: #9FEDF8;
}
.AnyTagClassName
{
color: #9FEDF8;
}
</style>
background-color css
<style>
a { background-color: #9FEDF8; }
a { background-color: rgb(159,237,248); }
div.DivClassName
{
background-color: #9FEDF8;
}
.BgClassName
{
background-color: #9FEDF8;
}
</style>
border-color css
<style>
span { border-color: #9FEDF8; }
span { border-color: rgb(159,237,248); }
td.TdClassName
{
border-color: #9FEDF8;
}
.TagClassName
{
border-color: #9FEDF8;
}
</style>