Shades of Blizzard Blue #9BEAEC
Tints of Blizzard Blue #9BEAEC
RGB
CMYK
RGB Variations
Color information
#9BEAEC (or 0x9BEAEC) is known color: Blizzard Blue. HEX triplet: 9B, EA and EC. RGB value is (155,234,236). Sum of RGB (Red+Green+Blue) = 155+234+236=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAEC is #641513. Grayscale: #D2D2D2. Windows color (decimal): -6558996 or 15526555. OLE color: 15526555.
HSL color Cylindrical-coordinate representation of color #9BEAEC: hue angle of 181.48º 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 #9BEAEC is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 234 | 236 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.07 |
| HSL | 181.48º | 0.68% | 0.77% | - |
| HSV(B) | 181.48º | 0.34% | 0.93% | - |
| XYZ | 58.08 | 71.87 | 90.17 | - |
| YUV | 210.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 236 | 0.34 | 0.01 | 0 | 0.07 | 181.48 | 0.68 | 0.77 |
| Hex | 9B | EA | EC | 22 | 1 | 0 | 7 | B5 | 44 | 4D |
| Octal | 233 | 352 | 354 | 42 | 1 | 0 | 7 | 265 | 104 | 115 |
| Binary | 10011011 | 11101010 | 11101100 | 100010 | 1 | 0 | 111 | 10110101 | 1000100 | 1001101 |
Color Harmonies of #9BEAEC
Complementary color
Monochromatic Colors of #9BEAEC
Black with #9BEAEC
Text Example
Text Example
White with #9BEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAEC; }
p { color: rgb(155,234,236); }
H1.HeaderClassName
{
color: #9BEAEC;
}
.AnyTagClassName
{
color: #9BEAEC;
}
</style>
background-color css
<style>
a { background-color: #9BEAEC; }
a { background-color: rgb(155,234,236); }
div.DivClassName
{
background-color: #9BEAEC;
}
.BgClassName
{
background-color: #9BEAEC;
}
</style>
border-color css
<style>
span { border-color: #9BEAEC; }
span { border-color: rgb(155,234,236); }
td.TdClassName
{
border-color: #9BEAEC;
}
.TagClassName
{
border-color: #9BEAEC;
}
</style>