Shades of Ice Cold #9DE6DC
Tints of Ice Cold #9DE6DC
RGB
CMYK
RGB Variations
Color information
#9DE6DC (or 0x9DE6DC) is known color: Ice Cold. HEX triplet: 9D, E6 and DC. RGB value is (157,230,220). Sum of RGB (Red+Green+Blue) = 157+230+220=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6DC is #621923. Grayscale: #CECECE. Windows color (decimal): -6428964 or 14476957. OLE color: 14476957.
HSL color Cylindrical-coordinate representation of color #9DE6DC: hue angle of 171.78º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6DC is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 230 | 220 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.10 |
| HSL | 171.78º | 0.59% | 0.76% | - |
| HSV(B) | 171.78º | 0.32% | 0.9% | - |
| XYZ | 55.12 | 68.93 | 78.11 | - |
| YUV | 207.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 230 | 220 | 0.32 | 0 | 0.04 | 0.10 | 171.78 | 0.59 | 0.76 |
| Hex | 9D | E6 | DC | 20 | 0 | 4 | A | AC | 3B | 4C |
| Octal | 235 | 346 | 334 | 40 | 0 | 4 | 12 | 254 | 73 | 114 |
| Binary | 10011101 | 11100110 | 11011100 | 100000 | 0 | 100 | 1010 | 10101100 | 111011 | 1001100 |
Color Harmonies of #9DE6DC
Complementary color
Monochromatic Colors of #9DE6DC
Black with #9DE6DC
Text Example
Text Example
White with #9DE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE6DC; }
p { color: rgb(157,230,220); }
H1.HeaderClassName
{
color: #9DE6DC;
}
.AnyTagClassName
{
color: #9DE6DC;
}
</style>
background-color css
<style>
a { background-color: #9DE6DC; }
a { background-color: rgb(157,230,220); }
div.DivClassName
{
background-color: #9DE6DC;
}
.BgClassName
{
background-color: #9DE6DC;
}
</style>
border-color css
<style>
span { border-color: #9DE6DC; }
span { border-color: rgb(157,230,220); }
td.TdClassName
{
border-color: #9DE6DC;
}
.TagClassName
{
border-color: #9DE6DC;
}
</style>