Shades of Blizzard Blue #9BE9EC
Tints of Blizzard Blue #9BE9EC
RGB
CMYK
RGB Variations
Color information
#9BE9EC (or 0x9BE9EC) is known color: Blizzard Blue. HEX triplet: 9B, E9 and EC. RGB value is (155,233,236). Sum of RGB (Red+Green+Blue) = 155+233+236=624 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.84% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE9EC is #641613. Grayscale: #D1D1D1. Windows color (decimal): -6559252 or 15526299. OLE color: 15526299.
HSL color Cylindrical-coordinate representation of color #9BE9EC: hue angle of 182.22º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BE9EC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 233 | 236 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.07 |
| HSL | 182.22º | 0.68% | 0.77% | - |
| HSV(B) | 182.22º | 0.34% | 0.93% | - |
| XYZ | 57.8 | 71.3 | 90.07 | - |
| YUV | 210.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 233 | 236 | 0.34 | 0.01 | 0 | 0.07 | 182.22 | 0.68 | 0.77 |
| Hex | 9B | E9 | EC | 22 | 1 | 0 | 7 | B6 | 44 | 4D |
| Octal | 233 | 351 | 354 | 42 | 1 | 0 | 7 | 266 | 104 | 115 |
| Binary | 10011011 | 11101001 | 11101100 | 100010 | 1 | 0 | 111 | 10110110 | 1000100 | 1001101 |
Color Harmonies of #9BE9EC
Complementary color
Monochromatic Colors of #9BE9EC
Black with #9BE9EC
Text Example
Text Example
White with #9BE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE9EC; }
p { color: rgb(155,233,236); }
H1.HeaderClassName
{
color: #9BE9EC;
}
.AnyTagClassName
{
color: #9BE9EC;
}
</style>
background-color css
<style>
a { background-color: #9BE9EC; }
a { background-color: rgb(155,233,236); }
div.DivClassName
{
background-color: #9BE9EC;
}
.BgClassName
{
background-color: #9BE9EC;
}
</style>
border-color css
<style>
span { border-color: #9BE9EC; }
span { border-color: rgb(155,233,236); }
td.TdClassName
{
border-color: #9BE9EC;
}
.TagClassName
{
border-color: #9BE9EC;
}
</style>