Shades of Blizzard Blue #9EEBEF
Tints of Blizzard Blue #9EEBEF
RGB
CMYK
RGB Variations
Color information
#9EEBEF (or 0x9EEBEF) is known color: Blizzard Blue. HEX triplet: 9E, EB and EF. RGB value is (158,235,239). Sum of RGB (Red+Green+Blue) = 158+235+239=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBEF is #611410. Grayscale: #D4D4D4. Windows color (decimal): -6362129 or 15723422. OLE color: 15723422.
HSL color Cylindrical-coordinate representation of color #9EEBEF: hue angle of 182.96º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEBEF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 235 | 239 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.06 |
| HSL | 182.96º | 0.72% | 0.78% | - |
| HSV(B) | 182.96º | 0.34% | 0.94% | - |
| XYZ | 59.39 | 72.92 | 92.61 | - |
| YUV | 212.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 239 | 0.34 | 0.02 | 0 | 0.06 | 182.96 | 0.72 | 0.78 |
| Hex | 9E | EB | EF | 22 | 2 | 0 | 6 | B7 | 48 | 4E |
| Octal | 236 | 353 | 357 | 42 | 2 | 0 | 6 | 267 | 110 | 116 |
| Binary | 10011110 | 11101011 | 11101111 | 100010 | 10 | 0 | 110 | 10110111 | 1001000 | 1001110 |
Color Harmonies of #9EEBEF
Complementary color
Monochromatic Colors of #9EEBEF
Black with #9EEBEF
Text Example
Text Example
White with #9EEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBEF; }
p { color: rgb(158,235,239); }
H1.HeaderClassName
{
color: #9EEBEF;
}
.AnyTagClassName
{
color: #9EEBEF;
}
</style>
background-color css
<style>
a { background-color: #9EEBEF; }
a { background-color: rgb(158,235,239); }
div.DivClassName
{
background-color: #9EEBEF;
}
.BgClassName
{
background-color: #9EEBEF;
}
</style>
border-color css
<style>
span { border-color: #9EEBEF; }
span { border-color: rgb(158,235,239); }
td.TdClassName
{
border-color: #9EEBEF;
}
.TagClassName
{
border-color: #9EEBEF;
}
</style>