Shades of Ice Cold #9DEFDC
Tints of Ice Cold #9DEFDC
RGB
CMYK
RGB Variations
Color information
#9DEFDC (or 0x9DEFDC) is known color: Ice Cold. HEX triplet: 9D, EF and DC. RGB value is (157,239,220). Sum of RGB (Red+Green+Blue) = 157+239+220=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFDC is #621023. Grayscale: #D4D4D4. Windows color (decimal): -6426660 or 14479261. OLE color: 14479261.
HSL color Cylindrical-coordinate representation of color #9DEFDC: hue angle of 166.1º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFDC is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 220 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.06 |
| HSL | 166.1º | 0.72% | 0.78% | - |
| HSV(B) | 166.1º | 0.34% | 0.94% | - |
| XYZ | 57.69 | 74.07 | 78.97 | - |
| YUV | 212.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 220 | 0.34 | 0 | 0.08 | 0.06 | 166.1 | 0.72 | 0.78 |
| Hex | 9D | EF | DC | 22 | 0 | 8 | 6 | A6 | 48 | 4E |
| Octal | 235 | 357 | 334 | 42 | 0 | 10 | 6 | 246 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11011100 | 100010 | 0 | 1000 | 110 | 10100110 | 1001000 | 1001110 |
Color Harmonies of #9DEFDC
Complementary color
Monochromatic Colors of #9DEFDC
Black with #9DEFDC
Text Example
Text Example
White with #9DEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFDC; }
p { color: rgb(157,239,220); }
H1.HeaderClassName
{
color: #9DEFDC;
}
.AnyTagClassName
{
color: #9DEFDC;
}
</style>
background-color css
<style>
a { background-color: #9DEFDC; }
a { background-color: rgb(157,239,220); }
div.DivClassName
{
background-color: #9DEFDC;
}
.BgClassName
{
background-color: #9DEFDC;
}
</style>
border-color css
<style>
span { border-color: #9DEFDC; }
span { border-color: rgb(157,239,220); }
td.TdClassName
{
border-color: #9DEFDC;
}
.TagClassName
{
border-color: #9DEFDC;
}
</style>