Shades of Blizzard Blue #9FEBF0
Tints of Blizzard Blue #9FEBF0
RGB
CMYK
RGB Variations
Color information
#9FEBF0 (or 0x9FEBF0) is known color: Blizzard Blue. HEX triplet: 9F, EB and F0. RGB value is (159,235,240). Sum of RGB (Red+Green+Blue) = 159+235+240=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #9FEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBF0 is #60140F. Grayscale: #D4D4D4. Windows color (decimal): -6296592 or 15788959. OLE color: 15788959.
HSL color Cylindrical-coordinate representation of color #9FEBF0: hue angle of 183.7º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FEBF0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 235 | 240 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.06 |
| HSL | 183.7º | 0.73% | 0.78% | - |
| HSV(B) | 183.7º | 0.34% | 0.94% | - |
| XYZ | 59.73 | 73.08 | 93.4 | - |
| YUV | 212.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 240 | 0.34 | 0.02 | 0 | 0.06 | 183.7 | 0.73 | 0.78 |
| Hex | 9F | EB | F0 | 22 | 2 | 0 | 6 | B8 | 49 | 4E |
| Octal | 237 | 353 | 360 | 42 | 2 | 0 | 6 | 270 | 111 | 116 |
| Binary | 10011111 | 11101011 | 11110000 | 100010 | 10 | 0 | 110 | 10111000 | 1001001 | 1001110 |
Color Harmonies of #9FEBF0
Complementary color
Monochromatic Colors of #9FEBF0
Black with #9FEBF0
Text Example
Text Example
White with #9FEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBF0; }
p { color: rgb(159,235,240); }
H1.HeaderClassName
{
color: #9FEBF0;
}
.AnyTagClassName
{
color: #9FEBF0;
}
</style>
background-color css
<style>
a { background-color: #9FEBF0; }
a { background-color: rgb(159,235,240); }
div.DivClassName
{
background-color: #9FEBF0;
}
.BgClassName
{
background-color: #9FEBF0;
}
</style>
border-color css
<style>
span { border-color: #9FEBF0; }
span { border-color: rgb(159,235,240); }
td.TdClassName
{
border-color: #9FEBF0;
}
.TagClassName
{
border-color: #9FEBF0;
}
</style>