Shades of Blizzard Blue #9FEEFC
Tints of Blizzard Blue #9FEEFC
RGB
CMYK
RGB Variations
Color information
#9FEEFC (or 0x9FEEFC) is known color: Blizzard Blue. HEX triplet: 9F, EE and FC. RGB value is (159,238,252). Sum of RGB (Red+Green+Blue) = 159+238+252=649 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.50% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEEFC is #601103. Grayscale: #D7D7D7. Windows color (decimal): -6295812 or 16576159. OLE color: 16576159.
HSL color Cylindrical-coordinate representation of color #9FEEFC: hue angle of 189.03º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEEFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 238 | 252 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.01 |
| HSL | 189.03º | 0.94% | 0.81% | - |
| HSV(B) | 189.03º | 0.37% | 0.99% | - |
| XYZ | 62.44 | 75.55 | 103.39 | - |
| YUV | 215.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 252 | 0.37 | 0.06 | 0 | 0.01 | 189.03 | 0.94 | 0.81 |
| Hex | 9F | EE | FC | 25 | 6 | 0 | 1 | BD | 5E | 51 |
| Octal | 237 | 356 | 374 | 45 | 6 | 0 | 1 | 275 | 136 | 121 |
| Binary | 10011111 | 11101110 | 11111100 | 100101 | 110 | 0 | 1 | 10111101 | 1011110 | 1010001 |
Color Harmonies of #9FEEFC
Complementary color
Monochromatic Colors of #9FEEFC
Black with #9FEEFC
Text Example
Text Example
White with #9FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEFC; }
p { color: rgb(159,238,252); }
H1.HeaderClassName
{
color: #9FEEFC;
}
.AnyTagClassName
{
color: #9FEEFC;
}
</style>
background-color css
<style>
a { background-color: #9FEEFC; }
a { background-color: rgb(159,238,252); }
div.DivClassName
{
background-color: #9FEEFC;
}
.BgClassName
{
background-color: #9FEEFC;
}
</style>
border-color css
<style>
span { border-color: #9FEEFC; }
span { border-color: rgb(159,238,252); }
td.TdClassName
{
border-color: #9FEEFC;
}
.TagClassName
{
border-color: #9FEEFC;
}
</style>