Shades of Blizzard Blue #9BE4EC
Tints of Blizzard Blue #9BE4EC
RGB
CMYK
RGB Variations
Color information
#9BE4EC (or 0x9BE4EC) is known color: Blizzard Blue. HEX triplet: 9B, E4 and EC. RGB value is (155,228,236). Sum of RGB (Red+Green+Blue) = 155+228+236=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE4EC is #641B13. Grayscale: #CECECE. Windows color (decimal): -6560532 or 15525019. OLE color: 15525019.
HSL color Cylindrical-coordinate representation of color #9BE4EC: hue angle of 185.93º 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 #9BE4EC is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 228 | 236 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.07 |
| HSL | 185.93º | 0.68% | 0.77% | - |
| HSV(B) | 185.93º | 0.34% | 0.93% | - |
| XYZ | 56.4 | 68.51 | 89.61 | - |
| YUV | 207.09 | 144.32 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 236 | 0.34 | 0.03 | 0 | 0.07 | 185.93 | 0.68 | 0.77 |
| Hex | 9B | E4 | EC | 22 | 3 | 0 | 7 | BA | 44 | 4D |
| Octal | 233 | 344 | 354 | 42 | 3 | 0 | 7 | 272 | 104 | 115 |
| Binary | 10011011 | 11100100 | 11101100 | 100010 | 11 | 0 | 111 | 10111010 | 1000100 | 1001101 |
Color Harmonies of #9BE4EC
Complementary color
Monochromatic Colors of #9BE4EC
Black with #9BE4EC
Text Example
Text Example
White with #9BE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE4EC; }
p { color: rgb(155,228,236); }
H1.HeaderClassName
{
color: #9BE4EC;
}
.AnyTagClassName
{
color: #9BE4EC;
}
</style>
background-color css
<style>
a { background-color: #9BE4EC; }
a { background-color: rgb(155,228,236); }
div.DivClassName
{
background-color: #9BE4EC;
}
.BgClassName
{
background-color: #9BE4EC;
}
</style>
border-color css
<style>
span { border-color: #9BE4EC; }
span { border-color: rgb(155,228,236); }
td.TdClassName
{
border-color: #9BE4EC;
}
.TagClassName
{
border-color: #9BE4EC;
}
</style>