Shades of Blizzard Blue #9BE2EA
Tints of Blizzard Blue #9BE2EA
RGB
CMYK
RGB Variations
Color information
#9BE2EA (or 0x9BE2EA) is known color: Blizzard Blue. HEX triplet: 9B, E2 and EA. RGB value is (155,226,234). Sum of RGB (Red+Green+Blue) = 155+226+234=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE2EA is #641D15. Grayscale: #CDCDCD. Windows color (decimal): -6561046 or 15393435. OLE color: 15393435.
HSL color Cylindrical-coordinate representation of color #9BE2EA: hue angle of 186.08º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BE2EA is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 226 | 234 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.08 |
| HSL | 186.08º | 0.65% | 0.76% | - |
| HSV(B) | 186.08º | 0.34% | 0.92% | - |
| XYZ | 55.57 | 67.3 | 87.9 | - |
| YUV | 205.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 226 | 234 | 0.34 | 0.03 | 0 | 0.08 | 186.08 | 0.65 | 0.76 |
| Hex | 9B | E2 | EA | 22 | 3 | 0 | 8 | BA | 41 | 4C |
| Octal | 233 | 342 | 352 | 42 | 3 | 0 | 10 | 272 | 101 | 114 |
| Binary | 10011011 | 11100010 | 11101010 | 100010 | 11 | 0 | 1000 | 10111010 | 1000001 | 1001100 |
Color Harmonies of #9BE2EA
Complementary color
Monochromatic Colors of #9BE2EA
Black with #9BE2EA
Text Example
Text Example
White with #9BE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE2EA; }
p { color: rgb(155,226,234); }
H1.HeaderClassName
{
color: #9BE2EA;
}
.AnyTagClassName
{
color: #9BE2EA;
}
</style>
background-color css
<style>
a { background-color: #9BE2EA; }
a { background-color: rgb(155,226,234); }
div.DivClassName
{
background-color: #9BE2EA;
}
.BgClassName
{
background-color: #9BE2EA;
}
</style>
border-color css
<style>
span { border-color: #9BE2EA; }
span { border-color: rgb(155,226,234); }
td.TdClassName
{
border-color: #9BE2EA;
}
.TagClassName
{
border-color: #9BE2EA;
}
</style>