Shades of Blizzard Blue #9CECFC
Tints of Blizzard Blue #9CECFC
RGB
CMYK
RGB Variations
Color information
#9CECFC (or 0x9CECFC) is known color: Blizzard Blue. HEX triplet: 9C, EC and FC. RGB value is (156,236,252). Sum of RGB (Red+Green+Blue) = 156+236+252=644 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.22% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECFC is #631303. Grayscale: #D5D5D5. Windows color (decimal): -6492932 or 16575644. OLE color: 16575644.
HSL color Cylindrical-coordinate representation of color #9CECFC: hue angle of 190º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CECFC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 236 | 252 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.01 |
| HSL | 190º | 0.94% | 0.8% | - |
| HSV(B) | 190º | 0.38% | 0.99% | - |
| XYZ | 61.28 | 74.09 | 103.17 | - |
| YUV | 213.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 252 | 0.38 | 0.06 | 0 | 0.01 | 190 | 0.94 | 0.8 |
| Hex | 9C | EC | FC | 26 | 6 | 0 | 1 | BE | 5E | 50 |
| Octal | 234 | 354 | 374 | 46 | 6 | 0 | 1 | 276 | 136 | 120 |
| Binary | 10011100 | 11101100 | 11111100 | 100110 | 110 | 0 | 1 | 10111110 | 1011110 | 1010000 |
Color Harmonies of #9CECFC
Complementary color
Monochromatic Colors of #9CECFC
Black with #9CECFC
Text Example
Text Example
White with #9CECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECFC; }
p { color: rgb(156,236,252); }
H1.HeaderClassName
{
color: #9CECFC;
}
.AnyTagClassName
{
color: #9CECFC;
}
</style>
background-color css
<style>
a { background-color: #9CECFC; }
a { background-color: rgb(156,236,252); }
div.DivClassName
{
background-color: #9CECFC;
}
.BgClassName
{
background-color: #9CECFC;
}
</style>
border-color css
<style>
span { border-color: #9CECFC; }
span { border-color: rgb(156,236,252); }
td.TdClassName
{
border-color: #9CECFC;
}
.TagClassName
{
border-color: #9CECFC;
}
</style>