Shades of Blizzard Blue #9CECEB
Tints of Blizzard Blue #9CECEB
RGB
CMYK
RGB Variations
Color information
#9CECEB (or 0x9CECEB) is known color: Blizzard Blue. HEX triplet: 9C, EC and EB. RGB value is (156,236,235). Sum of RGB (Red+Green+Blue) = 156+236+235=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECEB is #631314. Grayscale: #D3D3D3. Windows color (decimal): -6492949 or 15461532. OLE color: 15461532.
HSL color Cylindrical-coordinate representation of color #9CECEB: hue angle of 179.25º 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 #9CECEB is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 235 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.07 |
| HSL | 179.25º | 0.68% | 0.77% | - |
| HSV(B) | 179.25º | 0.34% | 0.93% | - |
| XYZ | 58.7 | 73.06 | 89.6 | - |
| YUV | 211.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 235 | 0.34 | 0 | 0.00 | 0.07 | 179.25 | 0.68 | 0.77 |
| Hex | 9C | EC | EB | 22 | 0 | 0 | 7 | B3 | 44 | 4D |
| Octal | 234 | 354 | 353 | 42 | 0 | 0 | 7 | 263 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11101011 | 100010 | 0 | 0 | 111 | 10110011 | 1000100 | 1001101 |
Color Harmonies of #9CECEB
Complementary color
Monochromatic Colors of #9CECEB
Black with #9CECEB
Text Example
Text Example
White with #9CECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECEB; }
p { color: rgb(156,236,235); }
H1.HeaderClassName
{
color: #9CECEB;
}
.AnyTagClassName
{
color: #9CECEB;
}
</style>
background-color css
<style>
a { background-color: #9CECEB; }
a { background-color: rgb(156,236,235); }
div.DivClassName
{
background-color: #9CECEB;
}
.BgClassName
{
background-color: #9CECEB;
}
</style>
border-color css
<style>
span { border-color: #9CECEB; }
span { border-color: rgb(156,236,235); }
td.TdClassName
{
border-color: #9CECEB;
}
.TagClassName
{
border-color: #9CECEB;
}
</style>