Shades of Blizzard Blue #9CE7ED
Tints of Blizzard Blue #9CE7ED
RGB
CMYK
RGB Variations
Color information
#9CE7ED (or 0x9CE7ED) is known color: Blizzard Blue. HEX triplet: 9C, E7 and ED. RGB value is (156,231,237). Sum of RGB (Red+Green+Blue) = 156+231+237=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CE7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CE7ED is #631812. Grayscale: #D1D1D1. Windows color (decimal): -6494227 or 15591324. OLE color: 15591324.
HSL color Cylindrical-coordinate representation of color #9CE7ED: hue angle of 184.44º degrees, saturation: 0.69, 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 #9CE7ED is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 231 | 237 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.07 |
| HSL | 184.44º | 0.69% | 0.77% | - |
| HSV(B) | 184.44º | 0.34% | 0.93% | - |
| XYZ | 57.57 | 70.33 | 90.66 | - |
| YUV | 209.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 237 | 0.34 | 0.03 | 0 | 0.07 | 184.44 | 0.69 | 0.77 |
| Hex | 9C | E7 | ED | 22 | 3 | 0 | 7 | B8 | 45 | 4D |
| Octal | 234 | 347 | 355 | 42 | 3 | 0 | 7 | 270 | 105 | 115 |
| Binary | 10011100 | 11100111 | 11101101 | 100010 | 11 | 0 | 111 | 10111000 | 1000101 | 1001101 |
Color Harmonies of #9CE7ED
Complementary color
Monochromatic Colors of #9CE7ED
Black with #9CE7ED
Text Example
Text Example
White with #9CE7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE7ED; }
p { color: rgb(156,231,237); }
H1.HeaderClassName
{
color: #9CE7ED;
}
.AnyTagClassName
{
color: #9CE7ED;
}
</style>
background-color css
<style>
a { background-color: #9CE7ED; }
a { background-color: rgb(156,231,237); }
div.DivClassName
{
background-color: #9CE7ED;
}
.BgClassName
{
background-color: #9CE7ED;
}
</style>
border-color css
<style>
span { border-color: #9CE7ED; }
span { border-color: rgb(156,231,237); }
td.TdClassName
{
border-color: #9CE7ED;
}
.TagClassName
{
border-color: #9CE7ED;
}
</style>