Shades of Blizzard Blue #9BE3EC
Tints of Blizzard Blue #9BE3EC
RGB
CMYK
RGB Variations
Color information
#9BE3EC (or 0x9BE3EC) is known color: Blizzard Blue. HEX triplet: 9B, E3 and EC. RGB value is (155,227,236). Sum of RGB (Red+Green+Blue) = 155+227+236=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE3EC is #641C13. Grayscale: #CECECE. Windows color (decimal): -6560788 or 15524763. OLE color: 15524763.
HSL color Cylindrical-coordinate representation of color #9BE3EC: hue angle of 186.67º 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 #9BE3EC is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 227 | 236 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.07 |
| HSL | 186.67º | 0.68% | 0.77% | - |
| HSV(B) | 186.67º | 0.34% | 0.93% | - |
| XYZ | 56.13 | 67.96 | 89.52 | - |
| YUV | 206.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 236 | 0.34 | 0.04 | 0 | 0.07 | 186.67 | 0.68 | 0.77 |
| Hex | 9B | E3 | EC | 22 | 4 | 0 | 7 | BB | 44 | 4D |
| Octal | 233 | 343 | 354 | 42 | 4 | 0 | 7 | 273 | 104 | 115 |
| Binary | 10011011 | 11100011 | 11101100 | 100010 | 100 | 0 | 111 | 10111011 | 1000100 | 1001101 |
Color Harmonies of #9BE3EC
Complementary color
Monochromatic Colors of #9BE3EC
Black with #9BE3EC
Text Example
Text Example
White with #9BE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE3EC; }
p { color: rgb(155,227,236); }
H1.HeaderClassName
{
color: #9BE3EC;
}
.AnyTagClassName
{
color: #9BE3EC;
}
</style>
background-color css
<style>
a { background-color: #9BE3EC; }
a { background-color: rgb(155,227,236); }
div.DivClassName
{
background-color: #9BE3EC;
}
.BgClassName
{
background-color: #9BE3EC;
}
</style>
border-color css
<style>
span { border-color: #9BE3EC; }
span { border-color: rgb(155,227,236); }
td.TdClassName
{
border-color: #9BE3EC;
}
.TagClassName
{
border-color: #9BE3EC;
}
</style>