Shades of Ice Cold #9DEBDC
Tints of Ice Cold #9DEBDC
RGB
CMYK
RGB Variations
Color information
#9DEBDC (or 0x9DEBDC) is known color: Ice Cold. HEX triplet: 9D, EB and DC. RGB value is (157,235,220). Sum of RGB (Red+Green+Blue) = 157+235+220=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBDC is #621423. Grayscale: #D1D1D1. Windows color (decimal): -6427684 or 14478237. OLE color: 14478237.
HSL color Cylindrical-coordinate representation of color #9DEBDC: hue angle of 168.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEBDC is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 220 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.08 |
| HSL | 168.46º | 0.66% | 0.77% | - |
| HSV(B) | 168.46º | 0.33% | 0.92% | - |
| XYZ | 56.53 | 71.75 | 78.58 | - |
| YUV | 209.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 220 | 0.33 | 0 | 0.06 | 0.08 | 168.46 | 0.66 | 0.77 |
| Hex | 9D | EB | DC | 21 | 0 | 6 | 8 | A8 | 42 | 4D |
| Octal | 235 | 353 | 334 | 41 | 0 | 6 | 10 | 250 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11011100 | 100001 | 0 | 110 | 1000 | 10101000 | 1000010 | 1001101 |
Color Harmonies of #9DEBDC
Complementary color
Monochromatic Colors of #9DEBDC
Black with #9DEBDC
Text Example
Text Example
White with #9DEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBDC; }
p { color: rgb(157,235,220); }
H1.HeaderClassName
{
color: #9DEBDC;
}
.AnyTagClassName
{
color: #9DEBDC;
}
</style>
background-color css
<style>
a { background-color: #9DEBDC; }
a { background-color: rgb(157,235,220); }
div.DivClassName
{
background-color: #9DEBDC;
}
.BgClassName
{
background-color: #9DEBDC;
}
</style>
border-color css
<style>
span { border-color: #9DEBDC; }
span { border-color: rgb(157,235,220); }
td.TdClassName
{
border-color: #9DEBDC;
}
.TagClassName
{
border-color: #9DEBDC;
}
</style>