Shades of Blizzard Blue #9FE8EF
Tints of Blizzard Blue #9FE8EF
RGB
CMYK
RGB Variations
Color information
#9FE8EF (or 0x9FE8EF) is known color: Blizzard Blue. HEX triplet: 9F, E8 and EF. RGB value is (159,232,239). Sum of RGB (Red+Green+Blue) = 159+232+239=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE8EF is #601710. Grayscale: #D2D2D2. Windows color (decimal): -6297361 or 15722655. OLE color: 15722655.
HSL color Cylindrical-coordinate representation of color #9FE8EF: hue angle of 185.25º 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 #9FE8EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 232 | 239 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.06 |
| HSL | 185.25º | 0.71% | 0.78% | - |
| HSV(B) | 185.25º | 0.33% | 0.94% | - |
| XYZ | 58.73 | 71.32 | 92.33 | - |
| YUV | 210.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 239 | 0.33 | 0.03 | 0 | 0.06 | 185.25 | 0.71 | 0.78 |
| Hex | 9F | E8 | EF | 21 | 3 | 0 | 6 | B9 | 47 | 4E |
| Octal | 237 | 350 | 357 | 41 | 3 | 0 | 6 | 271 | 107 | 116 |
| Binary | 10011111 | 11101000 | 11101111 | 100001 | 11 | 0 | 110 | 10111001 | 1000111 | 1001110 |
Color Harmonies of #9FE8EF
Complementary color
Monochromatic Colors of #9FE8EF
Black with #9FE8EF
Text Example
Text Example
White with #9FE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8EF; }
p { color: rgb(159,232,239); }
H1.HeaderClassName
{
color: #9FE8EF;
}
.AnyTagClassName
{
color: #9FE8EF;
}
</style>
background-color css
<style>
a { background-color: #9FE8EF; }
a { background-color: rgb(159,232,239); }
div.DivClassName
{
background-color: #9FE8EF;
}
.BgClassName
{
background-color: #9FE8EF;
}
</style>
border-color css
<style>
span { border-color: #9FE8EF; }
span { border-color: rgb(159,232,239); }
td.TdClassName
{
border-color: #9FE8EF;
}
.TagClassName
{
border-color: #9FE8EF;
}
</style>