Shades of Blizzard Blue #9FE9EF
Tints of Blizzard Blue #9FE9EF
RGB
CMYK
RGB Variations
Color information
#9FE9EF (or 0x9FE9EF) is known color: Blizzard Blue. HEX triplet: 9F, E9 and EF. RGB value is (159,233,239). Sum of RGB (Red+Green+Blue) = 159+233+239=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE9EF is #601610. Grayscale: #D3D3D3. Windows color (decimal): -6297105 or 15722911. OLE color: 15722911.
HSL color Cylindrical-coordinate representation of color #9FE9EF: hue angle of 184.5º 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 #9FE9EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 233 | 239 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.06 |
| HSL | 184.5º | 0.71% | 0.78% | - |
| HSV(B) | 184.5º | 0.33% | 0.94% | - |
| XYZ | 59.02 | 71.88 | 92.43 | - |
| YUV | 211.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 239 | 0.33 | 0.03 | 0 | 0.06 | 184.5 | 0.71 | 0.78 |
| Hex | 9F | E9 | EF | 21 | 3 | 0 | 6 | B8 | 47 | 4E |
| Octal | 237 | 351 | 357 | 41 | 3 | 0 | 6 | 270 | 107 | 116 |
| Binary | 10011111 | 11101001 | 11101111 | 100001 | 11 | 0 | 110 | 10111000 | 1000111 | 1001110 |
Color Harmonies of #9FE9EF
Complementary color
Monochromatic Colors of #9FE9EF
Black with #9FE9EF
Text Example
Text Example
White with #9FE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9EF; }
p { color: rgb(159,233,239); }
H1.HeaderClassName
{
color: #9FE9EF;
}
.AnyTagClassName
{
color: #9FE9EF;
}
</style>
background-color css
<style>
a { background-color: #9FE9EF; }
a { background-color: rgb(159,233,239); }
div.DivClassName
{
background-color: #9FE9EF;
}
.BgClassName
{
background-color: #9FE9EF;
}
</style>
border-color css
<style>
span { border-color: #9FE9EF; }
span { border-color: rgb(159,233,239); }
td.TdClassName
{
border-color: #9FE9EF;
}
.TagClassName
{
border-color: #9FE9EF;
}
</style>