Shades of Ice Cold #9DE9DE
Tints of Ice Cold #9DE9DE
RGB
CMYK
RGB Variations
Color information
#9DE9DE (or 0x9DE9DE) is known color: Ice Cold. HEX triplet: 9D, E9 and DE. RGB value is (157,233,222). Sum of RGB (Red+Green+Blue) = 157+233+222=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9DE is #621621. Grayscale: #D0D0D0. Windows color (decimal): -6428194 or 14608797. OLE color: 14608797.
HSL color Cylindrical-coordinate representation of color #9DE9DE: hue angle of 171.32º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9DE is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 222 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.09 |
| HSL | 171.32º | 0.63% | 0.76% | - |
| HSV(B) | 171.32º | 0.33% | 0.91% | - |
| XYZ | 56.23 | 70.72 | 79.79 | - |
| YUV | 209.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 222 | 0.33 | 0 | 0.05 | 0.09 | 171.32 | 0.63 | 0.76 |
| Hex | 9D | E9 | DE | 21 | 0 | 5 | 9 | AB | 3F | 4C |
| Octal | 235 | 351 | 336 | 41 | 0 | 5 | 11 | 253 | 77 | 114 |
| Binary | 10011101 | 11101001 | 11011110 | 100001 | 0 | 101 | 1001 | 10101011 | 111111 | 1001100 |
Color Harmonies of #9DE9DE
Complementary color
Monochromatic Colors of #9DE9DE
Black with #9DE9DE
Text Example
Text Example
White with #9DE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9DE; }
p { color: rgb(157,233,222); }
H1.HeaderClassName
{
color: #9DE9DE;
}
.AnyTagClassName
{
color: #9DE9DE;
}
</style>
background-color css
<style>
a { background-color: #9DE9DE; }
a { background-color: rgb(157,233,222); }
div.DivClassName
{
background-color: #9DE9DE;
}
.BgClassName
{
background-color: #9DE9DE;
}
</style>
border-color css
<style>
span { border-color: #9DE9DE; }
span { border-color: rgb(157,233,222); }
td.TdClassName
{
border-color: #9DE9DE;
}
.TagClassName
{
border-color: #9DE9DE;
}
</style>