Shades of Ice Cold #9DE5DC
Tints of Ice Cold #9DE5DC
RGB
CMYK
RGB Variations
Color information
#9DE5DC (or 0x9DE5DC) is known color: Ice Cold. HEX triplet: 9D, E5 and DC. RGB value is (157,229,220). Sum of RGB (Red+Green+Blue) = 157+229+220=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE5DC is #621A23. Grayscale: #CECECE. Windows color (decimal): -6429220 or 14476701. OLE color: 14476701.
HSL color Cylindrical-coordinate representation of color #9DE5DC: hue angle of 172.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE5DC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 229 | 220 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.10 |
| HSL | 172.5º | 0.58% | 0.76% | - |
| HSV(B) | 172.5º | 0.31% | 0.9% | - |
| XYZ | 54.84 | 68.37 | 78.02 | - |
| YUV | 206.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 220 | 0.31 | 0 | 0.04 | 0.10 | 172.5 | 0.58 | 0.76 |
| Hex | 9D | E5 | DC | 1F | 0 | 4 | A | AC | 3A | 4C |
| Octal | 235 | 345 | 334 | 37 | 0 | 4 | 12 | 254 | 72 | 114 |
| Binary | 10011101 | 11100101 | 11011100 | 11111 | 0 | 100 | 1010 | 10101100 | 111010 | 1001100 |
Color Harmonies of #9DE5DC
Complementary color
Monochromatic Colors of #9DE5DC
Black with #9DE5DC
Text Example
Text Example
White with #9DE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE5DC; }
p { color: rgb(157,229,220); }
H1.HeaderClassName
{
color: #9DE5DC;
}
.AnyTagClassName
{
color: #9DE5DC;
}
</style>
background-color css
<style>
a { background-color: #9DE5DC; }
a { background-color: rgb(157,229,220); }
div.DivClassName
{
background-color: #9DE5DC;
}
.BgClassName
{
background-color: #9DE5DC;
}
</style>
border-color css
<style>
span { border-color: #9DE5DC; }
span { border-color: rgb(157,229,220); }
td.TdClassName
{
border-color: #9DE5DC;
}
.TagClassName
{
border-color: #9DE5DC;
}
</style>