Shades of Blizzard Blue #9FE4F2
Tints of Blizzard Blue #9FE4F2
RGB
CMYK
RGB Variations
Color information
#9FE4F2 (or 0x9FE4F2) is known color: Blizzard Blue. HEX triplet: 9F, E4 and F2. RGB value is (159,228,242). Sum of RGB (Red+Green+Blue) = 159+228+242=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FE4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE4F2 is #601B0D. Grayscale: #D0D0D0. Windows color (decimal): -6298382 or 15918239. OLE color: 15918239.
HSL color Cylindrical-coordinate representation of color #9FE4F2: hue angle of 190.12º 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 #9FE4F2 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 228 | 242 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.05 |
| HSL | 190.12º | 0.76% | 0.79% | - |
| HSV(B) | 190.12º | 0.34% | 0.95% | - |
| XYZ | 58.07 | 69.27 | 94.31 | - |
| YUV | 208.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 242 | 0.34 | 0.06 | 0 | 0.05 | 190.12 | 0.76 | 0.79 |
| Hex | 9F | E4 | F2 | 22 | 6 | 0 | 5 | BE | 4C | 4F |
| Octal | 237 | 344 | 362 | 42 | 6 | 0 | 5 | 276 | 114 | 117 |
| Binary | 10011111 | 11100100 | 11110010 | 100010 | 110 | 0 | 101 | 10111110 | 1001100 | 1001111 |
Color Harmonies of #9FE4F2
Complementary color
Monochromatic Colors of #9FE4F2
Black with #9FE4F2
Text Example
Text Example
White with #9FE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE4F2; }
p { color: rgb(159,228,242); }
H1.HeaderClassName
{
color: #9FE4F2;
}
.AnyTagClassName
{
color: #9FE4F2;
}
</style>
background-color css
<style>
a { background-color: #9FE4F2; }
a { background-color: rgb(159,228,242); }
div.DivClassName
{
background-color: #9FE4F2;
}
.BgClassName
{
background-color: #9FE4F2;
}
</style>
border-color css
<style>
span { border-color: #9FE4F2; }
span { border-color: rgb(159,228,242); }
td.TdClassName
{
border-color: #9FE4F2;
}
.TagClassName
{
border-color: #9FE4F2;
}
</style>