Shades of Blizzard Blue #9CE0EF
Tints of Blizzard Blue #9CE0EF
RGB
CMYK
RGB Variations
Color information
#9CE0EF (or 0x9CE0EF) is known color: Blizzard Blue. HEX triplet: 9C, E0 and EF. RGB value is (156,224,239). Sum of RGB (Red+Green+Blue) = 156+224+239=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE0EF is #631F10. Grayscale: #CDCDCD. Windows color (decimal): -6496017 or 15720604. OLE color: 15720604.
HSL color Cylindrical-coordinate representation of color #9CE0EF: hue angle of 190.84º 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 #9CE0EF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 224 | 239 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.06 |
| HSL | 190.84º | 0.72% | 0.77% | - |
| HSV(B) | 190.84º | 0.35% | 0.94% | - |
| XYZ | 55.95 | 66.61 | 91.57 | - |
| YUV | 205.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 239 | 0.35 | 0.06 | 0 | 0.06 | 190.84 | 0.72 | 0.77 |
| Hex | 9C | E0 | EF | 23 | 6 | 0 | 6 | BF | 48 | 4D |
| Octal | 234 | 340 | 357 | 43 | 6 | 0 | 6 | 277 | 110 | 115 |
| Binary | 10011100 | 11100000 | 11101111 | 100011 | 110 | 0 | 110 | 10111111 | 1001000 | 1001101 |
Color Harmonies of #9CE0EF
Complementary color
Monochromatic Colors of #9CE0EF
Black with #9CE0EF
Text Example
Text Example
White with #9CE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0EF; }
p { color: rgb(156,224,239); }
H1.HeaderClassName
{
color: #9CE0EF;
}
.AnyTagClassName
{
color: #9CE0EF;
}
</style>
background-color css
<style>
a { background-color: #9CE0EF; }
a { background-color: rgb(156,224,239); }
div.DivClassName
{
background-color: #9CE0EF;
}
.BgClassName
{
background-color: #9CE0EF;
}
</style>
border-color css
<style>
span { border-color: #9CE0EF; }
span { border-color: rgb(156,224,239); }
td.TdClassName
{
border-color: #9CE0EF;
}
.TagClassName
{
border-color: #9CE0EF;
}
</style>