Shades of Ice Cold #9DEFE0
Tints of Ice Cold #9DEFE0
RGB
CMYK
RGB Variations
Color information
#9DEFE0 (or 0x9DEFE0) is known color: Ice Cold. HEX triplet: 9D, EF and E0. RGB value is (157,239,224). Sum of RGB (Red+Green+Blue) = 157+239+224=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFE0 is #62101F. Grayscale: #D4D4D4. Windows color (decimal): -6426656 or 14741405. OLE color: 14741405.
HSL color Cylindrical-coordinate representation of color #9DEFE0: hue angle of 169.02º 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 #9DEFE0 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 224 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.06 |
| HSL | 169.02º | 0.72% | 0.78% | - |
| HSV(B) | 169.02º | 0.34% | 0.94% | - |
| XYZ | 58.23 | 74.28 | 81.79 | - |
| YUV | 212.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 224 | 0.34 | 0 | 0.06 | 0.06 | 169.02 | 0.72 | 0.78 |
| Hex | 9D | EF | E0 | 22 | 0 | 6 | 6 | A9 | 48 | 4E |
| Octal | 235 | 357 | 340 | 42 | 0 | 6 | 6 | 251 | 110 | 116 |
| Binary | 10011101 | 11101111 | 11100000 | 100010 | 0 | 110 | 110 | 10101001 | 1001000 | 1001110 |
Color Harmonies of #9DEFE0
Complementary color
Monochromatic Colors of #9DEFE0
Black with #9DEFE0
Text Example
Text Example
White with #9DEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFE0; }
p { color: rgb(157,239,224); }
H1.HeaderClassName
{
color: #9DEFE0;
}
.AnyTagClassName
{
color: #9DEFE0;
}
</style>
background-color css
<style>
a { background-color: #9DEFE0; }
a { background-color: rgb(157,239,224); }
div.DivClassName
{
background-color: #9DEFE0;
}
.BgClassName
{
background-color: #9DEFE0;
}
</style>
border-color css
<style>
span { border-color: #9DEFE0; }
span { border-color: rgb(157,239,224); }
td.TdClassName
{
border-color: #9DEFE0;
}
.TagClassName
{
border-color: #9DEFE0;
}
</style>