Shades of Ice Cold #9DEDDB
Tints of Ice Cold #9DEDDB
RGB
CMYK
RGB Variations
Color information
#9DEDDB (or 0x9DEDDB) is known color: Ice Cold. HEX triplet: 9D, ED and DB. RGB value is (157,237,219). Sum of RGB (Red+Green+Blue) = 157+237+219=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDB is #621224. Grayscale: #D3D3D3. Windows color (decimal): -6427173 or 14413213. OLE color: 14413213.
HSL color Cylindrical-coordinate representation of color #9DEDDB: hue angle of 166.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDDB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 219 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.07 |
| HSL | 166.5º | 0.69% | 0.77% | - |
| HSV(B) | 166.5º | 0.34% | 0.93% | - |
| XYZ | 56.97 | 72.85 | 78.08 | - |
| YUV | 211.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 219 | 0.34 | 0 | 0.08 | 0.07 | 166.5 | 0.69 | 0.77 |
| Hex | 9D | ED | DB | 22 | 0 | 8 | 7 | A6 | 45 | 4D |
| Octal | 235 | 355 | 333 | 42 | 0 | 10 | 7 | 246 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11011011 | 100010 | 0 | 1000 | 111 | 10100110 | 1000101 | 1001101 |
Color Harmonies of #9DEDDB
Complementary color
Monochromatic Colors of #9DEDDB
Black with #9DEDDB
Text Example
Text Example
White with #9DEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDDB; }
p { color: rgb(157,237,219); }
H1.HeaderClassName
{
color: #9DEDDB;
}
.AnyTagClassName
{
color: #9DEDDB;
}
</style>
background-color css
<style>
a { background-color: #9DEDDB; }
a { background-color: rgb(157,237,219); }
div.DivClassName
{
background-color: #9DEDDB;
}
.BgClassName
{
background-color: #9DEDDB;
}
</style>
border-color css
<style>
span { border-color: #9DEDDB; }
span { border-color: rgb(157,237,219); }
td.TdClassName
{
border-color: #9DEDDB;
}
.TagClassName
{
border-color: #9DEDDB;
}
</style>