Shades of Blizzard Blue #9BE1E8
Tints of Blizzard Blue #9BE1E8
RGB
CMYK
RGB Variations
Color information
#9BE1E8 (or 0x9BE1E8) is known color: Blizzard Blue. HEX triplet: 9B, E1 and E8. RGB value is (155,225,232). Sum of RGB (Red+Green+Blue) = 155+225+232=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BE1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1E8 is #641E17. Grayscale: #CCCCCC. Windows color (decimal): -6561304 or 15262107. OLE color: 15262107.
HSL color Cylindrical-coordinate representation of color #9BE1E8: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE1E8 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 225 | 232 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.09 |
| HSL | 185.45º | 0.63% | 0.76% | - |
| HSV(B) | 185.45º | 0.33% | 0.91% | - |
| XYZ | 55.01 | 66.65 | 86.31 | - |
| YUV | 204.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 232 | 0.33 | 0.03 | 0 | 0.09 | 185.45 | 0.63 | 0.76 |
| Hex | 9B | E1 | E8 | 21 | 3 | 0 | 9 | B9 | 3F | 4C |
| Octal | 233 | 341 | 350 | 41 | 3 | 0 | 11 | 271 | 77 | 114 |
| Binary | 10011011 | 11100001 | 11101000 | 100001 | 11 | 0 | 1001 | 10111001 | 111111 | 1001100 |
Color Harmonies of #9BE1E8
Complementary color
Monochromatic Colors of #9BE1E8
Black with #9BE1E8
Text Example
Text Example
White with #9BE1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1E8; }
p { color: rgb(155,225,232); }
H1.HeaderClassName
{
color: #9BE1E8;
}
.AnyTagClassName
{
color: #9BE1E8;
}
</style>
background-color css
<style>
a { background-color: #9BE1E8; }
a { background-color: rgb(155,225,232); }
div.DivClassName
{
background-color: #9BE1E8;
}
.BgClassName
{
background-color: #9BE1E8;
}
</style>
border-color css
<style>
span { border-color: #9BE1E8; }
span { border-color: rgb(155,225,232); }
td.TdClassName
{
border-color: #9BE1E8;
}
.TagClassName
{
border-color: #9BE1E8;
}
</style>