Shades of Ice Cold #9DECD9
Tints of Ice Cold #9DECD9
RGB
CMYK
RGB Variations
Color information
#9DECD9 (or 0x9DECD9) is known color: Ice Cold. HEX triplet: 9D, EC and D9. RGB value is (157,236,217). Sum of RGB (Red+Green+Blue) = 157+236+217=610 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.74% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECD9 is #621326. Grayscale: #D2D2D2. Windows color (decimal): -6427431 or 14281885. OLE color: 14281885.
HSL color Cylindrical-coordinate representation of color #9DECD9: hue angle of 165.57º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECD9 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 217 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.07 |
| HSL | 165.57º | 0.68% | 0.77% | - |
| HSV(B) | 165.57º | 0.33% | 0.93% | - |
| XYZ | 56.42 | 72.17 | 76.6 | - |
| YUV | 210.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 217 | 0.33 | 0 | 0.08 | 0.07 | 165.57 | 0.68 | 0.77 |
| Hex | 9D | EC | D9 | 21 | 0 | 8 | 7 | A6 | 44 | 4D |
| Octal | 235 | 354 | 331 | 41 | 0 | 10 | 7 | 246 | 104 | 115 |
| Binary | 10011101 | 11101100 | 11011001 | 100001 | 0 | 1000 | 111 | 10100110 | 1000100 | 1001101 |
Color Harmonies of #9DECD9
Complementary color
Monochromatic Colors of #9DECD9
Black with #9DECD9
Text Example
Text Example
White with #9DECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECD9; }
p { color: rgb(157,236,217); }
H1.HeaderClassName
{
color: #9DECD9;
}
.AnyTagClassName
{
color: #9DECD9;
}
</style>
background-color css
<style>
a { background-color: #9DECD9; }
a { background-color: rgb(157,236,217); }
div.DivClassName
{
background-color: #9DECD9;
}
.BgClassName
{
background-color: #9DECD9;
}
</style>
border-color css
<style>
span { border-color: #9DECD9; }
span { border-color: rgb(157,236,217); }
td.TdClassName
{
border-color: #9DECD9;
}
.TagClassName
{
border-color: #9DECD9;
}
</style>