Shades of Blizzard Blue #9CEDFC
Tints of Blizzard Blue #9CEDFC
RGB
CMYK
RGB Variations
Color information
#9CEDFC (or 0x9CEDFC) is known color: Blizzard Blue. HEX triplet: 9C, ED and FC. RGB value is (156,237,252). Sum of RGB (Red+Green+Blue) = 156+237+252=645 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.19% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CEDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDFC is #631203. Grayscale: #D6D6D6. Windows color (decimal): -6492676 or 16575900. OLE color: 16575900.
HSL color Cylindrical-coordinate representation of color #9CEDFC: hue angle of 189.38º 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 #9CEDFC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 237 | 252 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.01 |
| HSL | 189.38º | 0.94% | 0.8% | - |
| HSV(B) | 189.38º | 0.38% | 0.99% | - |
| XYZ | 61.57 | 74.66 | 103.26 | - |
| YUV | 214.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 252 | 0.38 | 0.06 | 0 | 0.01 | 189.38 | 0.94 | 0.8 |
| Hex | 9C | ED | FC | 26 | 6 | 0 | 1 | BD | 5E | 50 |
| Octal | 234 | 355 | 374 | 46 | 6 | 0 | 1 | 275 | 136 | 120 |
| Binary | 10011100 | 11101101 | 11111100 | 100110 | 110 | 0 | 1 | 10111101 | 1011110 | 1010000 |
Color Harmonies of #9CEDFC
Complementary color
Monochromatic Colors of #9CEDFC
Black with #9CEDFC
Text Example
Text Example
White with #9CEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDFC; }
p { color: rgb(156,237,252); }
H1.HeaderClassName
{
color: #9CEDFC;
}
.AnyTagClassName
{
color: #9CEDFC;
}
</style>
background-color css
<style>
a { background-color: #9CEDFC; }
a { background-color: rgb(156,237,252); }
div.DivClassName
{
background-color: #9CEDFC;
}
.BgClassName
{
background-color: #9CEDFC;
}
</style>
border-color css
<style>
span { border-color: #9CEDFC; }
span { border-color: rgb(156,237,252); }
td.TdClassName
{
border-color: #9CEDFC;
}
.TagClassName
{
border-color: #9CEDFC;
}
</style>