Shades of Blizzard Blue #9FE6EE
Tints of Blizzard Blue #9FE6EE
RGB
CMYK
RGB Variations
Color information
#9FE6EE (or 0x9FE6EE) is known color: Blizzard Blue. HEX triplet: 9F, E6 and EE. RGB value is (159,230,238). Sum of RGB (Red+Green+Blue) = 159+230+238=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FE6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6EE is #601911. Grayscale: #D1D1D1. Windows color (decimal): -6297874 or 15656607. OLE color: 15656607.
HSL color Cylindrical-coordinate representation of color #9FE6EE: hue angle of 186.08º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE6EE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 230 | 238 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.07 |
| HSL | 186.08º | 0.7% | 0.78% | - |
| HSV(B) | 186.08º | 0.33% | 0.93% | - |
| XYZ | 58.03 | 70.14 | 91.37 | - |
| YUV | 209.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 238 | 0.33 | 0.03 | 0 | 0.07 | 186.08 | 0.7 | 0.78 |
| Hex | 9F | E6 | EE | 21 | 3 | 0 | 7 | BA | 46 | 4E |
| Octal | 237 | 346 | 356 | 41 | 3 | 0 | 7 | 272 | 106 | 116 |
| Binary | 10011111 | 11100110 | 11101110 | 100001 | 11 | 0 | 111 | 10111010 | 1000110 | 1001110 |
Color Harmonies of #9FE6EE
Complementary color
Monochromatic Colors of #9FE6EE
Black with #9FE6EE
Text Example
Text Example
White with #9FE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6EE; }
p { color: rgb(159,230,238); }
H1.HeaderClassName
{
color: #9FE6EE;
}
.AnyTagClassName
{
color: #9FE6EE;
}
</style>
background-color css
<style>
a { background-color: #9FE6EE; }
a { background-color: rgb(159,230,238); }
div.DivClassName
{
background-color: #9FE6EE;
}
.BgClassName
{
background-color: #9FE6EE;
}
</style>
border-color css
<style>
span { border-color: #9FE6EE; }
span { border-color: rgb(159,230,238); }
td.TdClassName
{
border-color: #9FE6EE;
}
.TagClassName
{
border-color: #9FE6EE;
}
</style>