Shades of Blizzard Blue #9FE6EC
Tints of Blizzard Blue #9FE6EC
RGB
CMYK
RGB Variations
Color information
#9FE6EC (or 0x9FE6EC) is known color: Blizzard Blue. HEX triplet: 9F, E6 and EC. RGB value is (159,230,236). Sum of RGB (Red+Green+Blue) = 159+230+236=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6EC is #601913. Grayscale: #D1D1D1. Windows color (decimal): -6297876 or 15525535. OLE color: 15525535.
HSL color Cylindrical-coordinate representation of color #9FE6EC: hue angle of 184.68º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE6EC is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 230 | 236 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.07 |
| HSL | 184.68º | 0.67% | 0.77% | - |
| HSV(B) | 184.68º | 0.33% | 0.93% | - |
| XYZ | 57.74 | 70.02 | 89.83 | - |
| YUV | 209.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 236 | 0.33 | 0.03 | 0 | 0.07 | 184.68 | 0.67 | 0.77 |
| Hex | 9F | E6 | EC | 21 | 3 | 0 | 7 | B9 | 43 | 4D |
| Octal | 237 | 346 | 354 | 41 | 3 | 0 | 7 | 271 | 103 | 115 |
| Binary | 10011111 | 11100110 | 11101100 | 100001 | 11 | 0 | 111 | 10111001 | 1000011 | 1001101 |
Color Harmonies of #9FE6EC
Complementary color
Monochromatic Colors of #9FE6EC
Black with #9FE6EC
Text Example
Text Example
White with #9FE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6EC; }
p { color: rgb(159,230,236); }
H1.HeaderClassName
{
color: #9FE6EC;
}
.AnyTagClassName
{
color: #9FE6EC;
}
</style>
background-color css
<style>
a { background-color: #9FE6EC; }
a { background-color: rgb(159,230,236); }
div.DivClassName
{
background-color: #9FE6EC;
}
.BgClassName
{
background-color: #9FE6EC;
}
</style>
border-color css
<style>
span { border-color: #9FE6EC; }
span { border-color: rgb(159,230,236); }
td.TdClassName
{
border-color: #9FE6EC;
}
.TagClassName
{
border-color: #9FE6EC;
}
</style>