Shades of Blizzard Blue #9FEFF2
Tints of Blizzard Blue #9FEFF2
RGB
CMYK
RGB Variations
Color information
#9FEFF2 (or 0x9FEFF2) is known color: Blizzard Blue. HEX triplet: 9F, EF and F2. RGB value is (159,239,242). Sum of RGB (Red+Green+Blue) = 159+239+242=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFF2 is #60100D. Grayscale: #D7D7D7. Windows color (decimal): -6295566 or 15921055. OLE color: 15921055.
HSL color Cylindrical-coordinate representation of color #9FEFF2: hue angle of 182.17º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FEFF2 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 239 | 242 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.05 |
| HSL | 182.17º | 0.76% | 0.79% | - |
| HSV(B) | 182.17º | 0.34% | 0.95% | - |
| XYZ | 61.19 | 75.51 | 95.36 | - |
| YUV | 215.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 242 | 0.34 | 0.01 | 0 | 0.05 | 182.17 | 0.76 | 0.79 |
| Hex | 9F | EF | F2 | 22 | 1 | 0 | 5 | B6 | 4C | 4F |
| Octal | 237 | 357 | 362 | 42 | 1 | 0 | 5 | 266 | 114 | 117 |
| Binary | 10011111 | 11101111 | 11110010 | 100010 | 1 | 0 | 101 | 10110110 | 1001100 | 1001111 |
Color Harmonies of #9FEFF2
Complementary color
Monochromatic Colors of #9FEFF2
Black with #9FEFF2
Text Example
Text Example
White with #9FEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFF2; }
p { color: rgb(159,239,242); }
H1.HeaderClassName
{
color: #9FEFF2;
}
.AnyTagClassName
{
color: #9FEFF2;
}
</style>
background-color css
<style>
a { background-color: #9FEFF2; }
a { background-color: rgb(159,239,242); }
div.DivClassName
{
background-color: #9FEFF2;
}
.BgClassName
{
background-color: #9FEFF2;
}
</style>
border-color css
<style>
span { border-color: #9FEFF2; }
span { border-color: rgb(159,239,242); }
td.TdClassName
{
border-color: #9FEFF2;
}
.TagClassName
{
border-color: #9FEFF2;
}
</style>