Shades of Ice Cold #9DEFDF
Tints of Ice Cold #9DEFDF
RGB
CMYK
RGB Variations
Color information
#9DEFDF (or 0x9DEFDF) is known color: Ice Cold. HEX triplet: 9D, EF and DF. RGB value is (157,239,223). Sum of RGB (Red+Green+Blue) = 157+239+223=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFDF is #621020. Grayscale: #D4D4D4. Windows color (decimal): -6426657 or 14675869. OLE color: 14675869.
HSL color Cylindrical-coordinate representation of color #9DEFDF: hue angle of 168.29º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFDF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 223 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.06 |
| HSL | 168.29º | 0.72% | 0.78% | - |
| HSV(B) | 168.29º | 0.34% | 0.94% | - |
| XYZ | 58.09 | 74.23 | 81.08 | - |
| YUV | 212.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 223 | 0.34 | 0 | 0.07 | 0.06 | 168.29 | 0.72 | 0.78 |
| Hex | 9D | EF | DF | 22 | 0 | 7 | 6 | A8 | 48 | 4E |
| Octal | 235 | 357 | 337 | 42 | 0 | 7 | 6 | 250 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11011111 | 100010 | 0 | 111 | 110 | 10101000 | 1001000 | 1001110 |
Color Harmonies of #9DEFDF
Complementary color
Monochromatic Colors of #9DEFDF
Black with #9DEFDF
Text Example
Text Example
White with #9DEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFDF; }
p { color: rgb(157,239,223); }
H1.HeaderClassName
{
color: #9DEFDF;
}
.AnyTagClassName
{
color: #9DEFDF;
}
</style>
background-color css
<style>
a { background-color: #9DEFDF; }
a { background-color: rgb(157,239,223); }
div.DivClassName
{
background-color: #9DEFDF;
}
.BgClassName
{
background-color: #9DEFDF;
}
</style>
border-color css
<style>
span { border-color: #9DEFDF; }
span { border-color: rgb(157,239,223); }
td.TdClassName
{
border-color: #9DEFDF;
}
.TagClassName
{
border-color: #9DEFDF;
}
</style>