Shades of Blizzard Blue #9FEBEC
Tints of Blizzard Blue #9FEBEC
RGB
CMYK
RGB Variations
Color information
#9FEBEC (or 0x9FEBEC) is known color: Blizzard Blue. HEX triplet: 9F, EB and EC. RGB value is (159,235,236). Sum of RGB (Red+Green+Blue) = 159+235+236=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBEC is #601413. Grayscale: #D4D4D4. Windows color (decimal): -6296596 or 15526815. OLE color: 15526815.
HSL color Cylindrical-coordinate representation of color #9FEBEC: hue angle of 180.78º 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 #9FEBEC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 235 | 236 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.07 |
| HSL | 180.78º | 0.67% | 0.77% | - |
| HSV(B) | 180.78º | 0.33% | 0.93% | - |
| XYZ | 59.15 | 72.84 | 90.3 | - |
| YUV | 212.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 236 | 0.33 | 0.00 | 0 | 0.07 | 180.78 | 0.67 | 0.77 |
| Hex | 9F | EB | EC | 21 | 0 | 0 | 7 | B5 | 43 | 4D |
| Octal | 237 | 353 | 354 | 41 | 0 | 0 | 7 | 265 | 103 | 115 |
| Binary | 10011111 | 11101011 | 11101100 | 100001 | 0 | 0 | 111 | 10110101 | 1000011 | 1001101 |
Color Harmonies of #9FEBEC
Complementary color
Monochromatic Colors of #9FEBEC
Black with #9FEBEC
Text Example
Text Example
White with #9FEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBEC; }
p { color: rgb(159,235,236); }
H1.HeaderClassName
{
color: #9FEBEC;
}
.AnyTagClassName
{
color: #9FEBEC;
}
</style>
background-color css
<style>
a { background-color: #9FEBEC; }
a { background-color: rgb(159,235,236); }
div.DivClassName
{
background-color: #9FEBEC;
}
.BgClassName
{
background-color: #9FEBEC;
}
</style>
border-color css
<style>
span { border-color: #9FEBEC; }
span { border-color: rgb(159,235,236); }
td.TdClassName
{
border-color: #9FEBEC;
}
.TagClassName
{
border-color: #9FEBEC;
}
</style>