Shades of Ice Cold #9DEDDD
Tints of Ice Cold #9DEDDD
RGB
CMYK
RGB Variations
Color information
#9DEDDD (or 0x9DEDDD) is known color: Ice Cold. HEX triplet: 9D, ED and DD. RGB value is (157,237,221). Sum of RGB (Red+Green+Blue) = 157+237+221=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDD is #621222. Grayscale: #D3D3D3. Windows color (decimal): -6427171 or 14544285. OLE color: 14544285.
HSL color Cylindrical-coordinate representation of color #9DEDDD: hue angle of 168º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDDD is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 221 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.07 |
| HSL | 168º | 0.69% | 0.77% | - |
| HSV(B) | 168º | 0.34% | 0.93% | - |
| XYZ | 57.24 | 72.96 | 79.47 | - |
| YUV | 211.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 221 | 0.34 | 0 | 0.07 | 0.07 | 168 | 0.69 | 0.77 |
| Hex | 9D | ED | DD | 22 | 0 | 7 | 7 | A8 | 45 | 4D |
| Octal | 235 | 355 | 335 | 42 | 0 | 7 | 7 | 250 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11011101 | 100010 | 0 | 111 | 111 | 10101000 | 1000101 | 1001101 |
Color Harmonies of #9DEDDD
Complementary color
Monochromatic Colors of #9DEDDD
Black with #9DEDDD
Text Example
Text Example
White with #9DEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDDD; }
p { color: rgb(157,237,221); }
H1.HeaderClassName
{
color: #9DEDDD;
}
.AnyTagClassName
{
color: #9DEDDD;
}
</style>
background-color css
<style>
a { background-color: #9DEDDD; }
a { background-color: rgb(157,237,221); }
div.DivClassName
{
background-color: #9DEDDD;
}
.BgClassName
{
background-color: #9DEDDD;
}
</style>
border-color css
<style>
span { border-color: #9DEDDD; }
span { border-color: rgb(157,237,221); }
td.TdClassName
{
border-color: #9DEDDD;
}
.TagClassName
{
border-color: #9DEDDD;
}
</style>