Shades of Ice Cold #9CECDB
Tints of Ice Cold #9CECDB
RGB
CMYK
RGB Variations
Color information
#9CECDB (or 0x9CECDB) is known color: Ice Cold. HEX triplet: 9C, EC and DB. RGB value is (156,236,219). Sum of RGB (Red+Green+Blue) = 156+236+219=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECDB is #631324. Grayscale: #D2D2D2. Windows color (decimal): -6492965 or 14412956. OLE color: 14412956.
HSL color Cylindrical-coordinate representation of color #9CECDB: hue angle of 167.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 #9CECDB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 219 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.07 |
| HSL | 167.25º | 0.68% | 0.77% | - |
| HSV(B) | 167.25º | 0.34% | 0.93% | - |
| XYZ | 56.49 | 72.17 | 77.97 | - |
| YUV | 210.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 219 | 0.34 | 0 | 0.07 | 0.07 | 167.25 | 0.68 | 0.77 |
| Hex | 9C | EC | DB | 22 | 0 | 7 | 7 | A7 | 44 | 4D |
| Octal | 234 | 354 | 333 | 42 | 0 | 7 | 7 | 247 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11011011 | 100010 | 0 | 111 | 111 | 10100111 | 1000100 | 1001101 |
Color Harmonies of #9CECDB
Complementary color
Monochromatic Colors of #9CECDB
Black with #9CECDB
Text Example
Text Example
White with #9CECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECDB; }
p { color: rgb(156,236,219); }
H1.HeaderClassName
{
color: #9CECDB;
}
.AnyTagClassName
{
color: #9CECDB;
}
</style>
background-color css
<style>
a { background-color: #9CECDB; }
a { background-color: rgb(156,236,219); }
div.DivClassName
{
background-color: #9CECDB;
}
.BgClassName
{
background-color: #9CECDB;
}
</style>
border-color css
<style>
span { border-color: #9CECDB; }
span { border-color: rgb(156,236,219); }
td.TdClassName
{
border-color: #9CECDB;
}
.TagClassName
{
border-color: #9CECDB;
}
</style>