Shades of Blizzard Blue #9BECE7
Tints of Blizzard Blue #9BECE7
RGB
CMYK
RGB Variations
Color information
#9BECE7 (or 0x9BECE7) is known color: Blizzard Blue. HEX triplet: 9B, EC and E7. RGB value is (155,236,231). Sum of RGB (Red+Green+Blue) = 155+236+231=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECE7 is #641318. Grayscale: #D3D3D3. Windows color (decimal): -6558489 or 15199387. OLE color: 15199387.
HSL color Cylindrical-coordinate representation of color #9BECE7: hue angle of 176.3º 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 #9BECE7 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 231 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.07 |
| HSL | 176.3º | 0.68% | 0.77% | - |
| HSV(B) | 176.3º | 0.34% | 0.93% | - |
| XYZ | 57.94 | 72.73 | 86.59 | - |
| YUV | 211.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 231 | 0.34 | 0 | 0.02 | 0.07 | 176.3 | 0.68 | 0.77 |
| Hex | 9B | EC | E7 | 22 | 0 | 2 | 7 | B0 | 44 | 4D |
| Octal | 233 | 354 | 347 | 42 | 0 | 2 | 7 | 260 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11100111 | 100010 | 0 | 10 | 111 | 10110000 | 1000100 | 1001101 |
Color Harmonies of #9BECE7
Complementary color
Monochromatic Colors of #9BECE7
Black with #9BECE7
Text Example
Text Example
White with #9BECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECE7; }
p { color: rgb(155,236,231); }
H1.HeaderClassName
{
color: #9BECE7;
}
.AnyTagClassName
{
color: #9BECE7;
}
</style>
background-color css
<style>
a { background-color: #9BECE7; }
a { background-color: rgb(155,236,231); }
div.DivClassName
{
background-color: #9BECE7;
}
.BgClassName
{
background-color: #9BECE7;
}
</style>
border-color css
<style>
span { border-color: #9BECE7; }
span { border-color: rgb(155,236,231); }
td.TdClassName
{
border-color: #9BECE7;
}
.TagClassName
{
border-color: #9BECE7;
}
</style>