Shades of Blizzard Blue #9BE7EC
Tints of Blizzard Blue #9BE7EC
RGB
CMYK
RGB Variations
Color information
#9BE7EC (or 0x9BE7EC) is known color: Blizzard Blue. HEX triplet: 9B, E7 and EC. RGB value is (155,231,236). Sum of RGB (Red+Green+Blue) = 155+231+236=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE7EC is #641813. Grayscale: #D0D0D0. Windows color (decimal): -6559764 or 15525787. OLE color: 15525787.
HSL color Cylindrical-coordinate representation of color #9BE7EC: hue angle of 183.7º 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 #9BE7EC is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 231 | 236 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.07 |
| HSL | 183.7º | 0.68% | 0.77% | - |
| HSV(B) | 183.7º | 0.34% | 0.93% | - |
| XYZ | 57.23 | 70.18 | 89.89 | - |
| YUV | 208.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 236 | 0.34 | 0.02 | 0 | 0.07 | 183.7 | 0.68 | 0.77 |
| Hex | 9B | E7 | EC | 22 | 2 | 0 | 7 | B8 | 44 | 4D |
| Octal | 233 | 347 | 354 | 42 | 2 | 0 | 7 | 270 | 104 | 115 |
| Binary | 10011011 | 11100111 | 11101100 | 100010 | 10 | 0 | 111 | 10111000 | 1000100 | 1001101 |
Color Harmonies of #9BE7EC
Complementary color
Monochromatic Colors of #9BE7EC
Black with #9BE7EC
Text Example
Text Example
White with #9BE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7EC; }
p { color: rgb(155,231,236); }
H1.HeaderClassName
{
color: #9BE7EC;
}
.AnyTagClassName
{
color: #9BE7EC;
}
</style>
background-color css
<style>
a { background-color: #9BE7EC; }
a { background-color: rgb(155,231,236); }
div.DivClassName
{
background-color: #9BE7EC;
}
.BgClassName
{
background-color: #9BE7EC;
}
</style>
border-color css
<style>
span { border-color: #9BE7EC; }
span { border-color: rgb(155,231,236); }
td.TdClassName
{
border-color: #9BE7EC;
}
.TagClassName
{
border-color: #9BE7EC;
}
</style>