Shades of Blizzard Blue #9FDFEF
Tints of Blizzard Blue #9FDFEF
RGB
CMYK
RGB Variations
Color information
#9FDFEF (or 0x9FDFEF) is known color: Blizzard Blue. HEX triplet: 9F, DF and EF. RGB value is (159,223,239). Sum of RGB (Red+Green+Blue) = 159+223+239=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFEF is #602010. Grayscale: #CDCDCD. Windows color (decimal): -6299665 or 15720351. OLE color: 15720351.
HSL color Cylindrical-coordinate representation of color #9FDFEF: hue angle of 192º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDFEF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 223 | 239 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.06 |
| HSL | 192º | 0.71% | 0.78% | - |
| HSV(B) | 192º | 0.33% | 0.94% | - |
| XYZ | 56.27 | 66.38 | 91.51 | - |
| YUV | 205.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 239 | 0.33 | 0.07 | 0 | 0.06 | 192 | 0.71 | 0.78 |
| Hex | 9F | DF | EF | 21 | 7 | 0 | 6 | C0 | 47 | 4E |
| Octal | 237 | 337 | 357 | 41 | 7 | 0 | 6 | 300 | 107 | 116 |
| Binary | 10011111 | 11011111 | 11101111 | 100001 | 111 | 0 | 110 | 11000000 | 1000111 | 1001110 |
Color Harmonies of #9FDFEF
Complementary color
Monochromatic Colors of #9FDFEF
Black with #9FDFEF
Text Example
Text Example
White with #9FDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFEF; }
p { color: rgb(159,223,239); }
H1.HeaderClassName
{
color: #9FDFEF;
}
.AnyTagClassName
{
color: #9FDFEF;
}
</style>
background-color css
<style>
a { background-color: #9FDFEF; }
a { background-color: rgb(159,223,239); }
div.DivClassName
{
background-color: #9FDFEF;
}
.BgClassName
{
background-color: #9FDFEF;
}
</style>
border-color css
<style>
span { border-color: #9FDFEF; }
span { border-color: rgb(159,223,239); }
td.TdClassName
{
border-color: #9FDFEF;
}
.TagClassName
{
border-color: #9FDFEF;
}
</style>