Shades of Blizzard Blue #9FEEF9
Tints of Blizzard Blue #9FEEF9
RGB
CMYK
RGB Variations
Color information
#9FEEF9 (or 0x9FEEF9) is known color: Blizzard Blue. HEX triplet: 9F, EE and F9. RGB value is (159,238,249). Sum of RGB (Red+Green+Blue) = 159+238+249=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FEEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEF9 is #601106. Grayscale: #D7D7D7. Windows color (decimal): -6295815 or 16379551. OLE color: 16379551.
HSL color Cylindrical-coordinate representation of color #9FEEF9: hue angle of 187.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FEEF9 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 159 | 238 | 249 | - |
CMYK | 0.36 | 0.04 | 0 | 0.02 |
HSL | 187.33º | 0.88% | 0.8% | - |
HSV(B) | 187.33º | 0.36% | 0.98% | - |
XYZ | 61.97 | 75.36 | 100.9 | - |
YUV | 215.63 | 146.83 | 87.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 238 | 249 | 0.36 | 0.04 | 0 | 0.02 | 187.33 | 0.88 | 0.8 |
Hex | 9F | EE | F9 | 24 | 4 | 0 | 2 | BB | 58 | 50 |
Octal | 237 | 356 | 371 | 44 | 4 | 0 | 2 | 273 | 130 | 120 |
Binary | 10011111 | 11101110 | 11111001 | 100100 | 100 | 0 | 10 | 10111011 | 1011000 | 1010000 |
Color Harmonies of #9FEEF9
Complementary color
Monochromatic Colors of #9FEEF9
Black with #9FEEF9
Text Example
Text Example
White with #9FEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEF9; }
p { color: rgb(159,238,249); }
H1.HeaderClassName
{
color: #9FEEF9;
}
.AnyTagClassName
{
color: #9FEEF9;
}
</style>
background-color css
<style>
a { background-color: #9FEEF9; }
a { background-color: rgb(159,238,249); }
div.DivClassName
{
background-color: #9FEEF9;
}
.BgClassName
{
background-color: #9FEEF9;
}
</style>
border-color css
<style>
span { border-color: #9FEEF9; }
span { border-color: rgb(159,238,249); }
td.TdClassName
{
border-color: #9FEEF9;
}
.TagClassName
{
border-color: #9FEEF9;
}
</style>