Shades of Ice Cold #9DEBDE
Tints of Ice Cold #9DEBDE
RGB
CMYK
RGB Variations
Color information
#9DEBDE (or 0x9DEBDE) is known color: Ice Cold. HEX triplet: 9D, EB and DE. RGB value is (157,235,222). Sum of RGB (Red+Green+Blue) = 157+235+222=614 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.57% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBDE is #621421. Grayscale: #D2D2D2. Windows color (decimal): -6427682 or 14609309. OLE color: 14609309.
HSL color Cylindrical-coordinate representation of color #9DEBDE: hue angle of 170º 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 #9DEBDE is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 222 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.08 |
| HSL | 170º | 0.66% | 0.77% | - |
| HSV(B) | 170º | 0.33% | 0.92% | - |
| XYZ | 56.8 | 71.86 | 79.98 | - |
| YUV | 210.2 | 134.66 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 222 | 0.33 | 0 | 0.06 | 0.08 | 170 | 0.66 | 0.77 |
| Hex | 9D | EB | DE | 21 | 0 | 6 | 8 | AA | 42 | 4D |
| Octal | 235 | 353 | 336 | 41 | 0 | 6 | 10 | 252 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11011110 | 100001 | 0 | 110 | 1000 | 10101010 | 1000010 | 1001101 |
Color Harmonies of #9DEBDE
Complementary color
Monochromatic Colors of #9DEBDE
Black with #9DEBDE
Text Example
Text Example
White with #9DEBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBDE; }
p { color: rgb(157,235,222); }
H1.HeaderClassName
{
color: #9DEBDE;
}
.AnyTagClassName
{
color: #9DEBDE;
}
</style>
background-color css
<style>
a { background-color: #9DEBDE; }
a { background-color: rgb(157,235,222); }
div.DivClassName
{
background-color: #9DEBDE;
}
.BgClassName
{
background-color: #9DEBDE;
}
</style>
border-color css
<style>
span { border-color: #9DEBDE; }
span { border-color: rgb(157,235,222); }
td.TdClassName
{
border-color: #9DEBDE;
}
.TagClassName
{
border-color: #9DEBDE;
}
</style>