Shades of Ice Cold #9DE7D3
Tints of Ice Cold #9DE7D3
RGB
CMYK
RGB Variations
Color information
#9DE7D3 (or 0x9DE7D3) is known color: Ice Cold. HEX triplet: 9D, E7 and D3. RGB value is (157,231,211). Sum of RGB (Red+Green+Blue) = 157+231+211=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE7D3 is #62182C. Grayscale: #CECECE. Windows color (decimal): -6428717 or 13887389. OLE color: 13887389.
HSL color Cylindrical-coordinate representation of color #9DE7D3: hue angle of 163.78º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE7D3 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 231 | 211 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.09 |
| HSL | 163.78º | 0.61% | 0.76% | - |
| HSV(B) | 163.78º | 0.32% | 0.91% | - |
| XYZ | 54.24 | 69.02 | 72.09 | - |
| YUV | 206.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 231 | 211 | 0.32 | 0 | 0.09 | 0.09 | 163.78 | 0.61 | 0.76 |
| Hex | 9D | E7 | D3 | 20 | 0 | 9 | 9 | A4 | 3D | 4C |
| Octal | 235 | 347 | 323 | 40 | 0 | 11 | 11 | 244 | 75 | 114 |
| Binary | 10011101 | 11100111 | 11010011 | 100000 | 0 | 1001 | 1001 | 10100100 | 111101 | 1001100 |
Color Harmonies of #9DE7D3
Complementary color
Monochromatic Colors of #9DE7D3
Black with #9DE7D3
Text Example
Text Example
White with #9DE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE7D3; }
p { color: rgb(157,231,211); }
H1.HeaderClassName
{
color: #9DE7D3;
}
.AnyTagClassName
{
color: #9DE7D3;
}
</style>
background-color css
<style>
a { background-color: #9DE7D3; }
a { background-color: rgb(157,231,211); }
div.DivClassName
{
background-color: #9DE7D3;
}
.BgClassName
{
background-color: #9DE7D3;
}
</style>
border-color css
<style>
span { border-color: #9DE7D3; }
span { border-color: rgb(157,231,211); }
td.TdClassName
{
border-color: #9DE7D3;
}
.TagClassName
{
border-color: #9DE7D3;
}
</style>