Shades of Blizzard Blue #9BE7EF
Tints of Blizzard Blue #9BE7EF
RGB
CMYK
RGB Variations
Color information
#9BE7EF (or 0x9BE7EF) is known color: Blizzard Blue. HEX triplet: 9B, E7 and EF. RGB value is (155,231,239). Sum of RGB (Red+Green+Blue) = 155+231+239=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BE7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE7EF is #641810. Grayscale: #D1D1D1. Windows color (decimal): -6559761 or 15722395. OLE color: 15722395.
HSL color Cylindrical-coordinate representation of color #9BE7EF: hue angle of 185.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BE7EF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 231 | 239 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.06 |
| HSL | 185.71º | 0.72% | 0.77% | - |
| HSV(B) | 185.71º | 0.35% | 0.94% | - |
| XYZ | 57.67 | 70.35 | 92.2 | - |
| YUV | 209.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 239 | 0.35 | 0.03 | 0 | 0.06 | 185.71 | 0.72 | 0.77 |
| Hex | 9B | E7 | EF | 23 | 3 | 0 | 6 | BA | 48 | 4D |
| Octal | 233 | 347 | 357 | 43 | 3 | 0 | 6 | 272 | 110 | 115 |
| Binary | 10011011 | 11100111 | 11101111 | 100011 | 11 | 0 | 110 | 10111010 | 1001000 | 1001101 |
Color Harmonies of #9BE7EF
Complementary color
Monochromatic Colors of #9BE7EF
Black with #9BE7EF
Text Example
Text Example
White with #9BE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7EF; }
p { color: rgb(155,231,239); }
H1.HeaderClassName
{
color: #9BE7EF;
}
.AnyTagClassName
{
color: #9BE7EF;
}
</style>
background-color css
<style>
a { background-color: #9BE7EF; }
a { background-color: rgb(155,231,239); }
div.DivClassName
{
background-color: #9BE7EF;
}
.BgClassName
{
background-color: #9BE7EF;
}
</style>
border-color css
<style>
span { border-color: #9BE7EF; }
span { border-color: rgb(155,231,239); }
td.TdClassName
{
border-color: #9BE7EF;
}
.TagClassName
{
border-color: #9BE7EF;
}
</style>