Shades of Ice Cold #9DEBD9
Tints of Ice Cold #9DEBD9
RGB
CMYK
RGB Variations
Color information
#9DEBD9 (or 0x9DEBD9) is known color: Ice Cold. HEX triplet: 9D, EB and D9. RGB value is (157,235,217). Sum of RGB (Red+Green+Blue) = 157+235+217=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBD9 is #621426. Grayscale: #D1D1D1. Windows color (decimal): -6427687 or 14281629. OLE color: 14281629.
HSL color Cylindrical-coordinate representation of color #9DEBD9: hue angle of 166.15º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBD9 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 217 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.08 |
| HSL | 166.15º | 0.66% | 0.77% | - |
| HSV(B) | 166.15º | 0.33% | 0.92% | - |
| XYZ | 56.14 | 71.59 | 76.51 | - |
| YUV | 209.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 217 | 0.33 | 0 | 0.08 | 0.08 | 166.15 | 0.66 | 0.77 |
| Hex | 9D | EB | D9 | 21 | 0 | 8 | 8 | A6 | 42 | 4D |
| Octal | 235 | 353 | 331 | 41 | 0 | 10 | 10 | 246 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11011001 | 100001 | 0 | 1000 | 1000 | 10100110 | 1000010 | 1001101 |
Color Harmonies of #9DEBD9
Complementary color
Monochromatic Colors of #9DEBD9
Black with #9DEBD9
Text Example
Text Example
White with #9DEBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBD9; }
p { color: rgb(157,235,217); }
H1.HeaderClassName
{
color: #9DEBD9;
}
.AnyTagClassName
{
color: #9DEBD9;
}
</style>
background-color css
<style>
a { background-color: #9DEBD9; }
a { background-color: rgb(157,235,217); }
div.DivClassName
{
background-color: #9DEBD9;
}
.BgClassName
{
background-color: #9DEBD9;
}
</style>
border-color css
<style>
span { border-color: #9DEBD9; }
span { border-color: rgb(157,235,217); }
td.TdClassName
{
border-color: #9DEBD9;
}
.TagClassName
{
border-color: #9DEBD9;
}
</style>