Shades of Ice Cold #9DEDDA
Tints of Ice Cold #9DEDDA
RGB
CMYK
RGB Variations
Color information
#9DEDDA (or 0x9DEDDA) is known color: Ice Cold. HEX triplet: 9D, ED and DA. RGB value is (157,237,218). Sum of RGB (Red+Green+Blue) = 157+237+218=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDA is #621225. Grayscale: #D2D2D2. Windows color (decimal): -6427174 or 14347677. OLE color: 14347677.
HSL color Cylindrical-coordinate representation of color #9DEDDA: hue angle of 165.75º 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 #9DEDDA is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 218 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.07 |
| HSL | 165.75º | 0.69% | 0.77% | - |
| HSV(B) | 165.75º | 0.34% | 0.93% | - |
| XYZ | 56.84 | 72.8 | 77.39 | - |
| YUV | 210.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 218 | 0.34 | 0 | 0.08 | 0.07 | 165.75 | 0.69 | 0.77 |
| Hex | 9D | ED | DA | 22 | 0 | 8 | 7 | A6 | 45 | 4D |
| Octal | 235 | 355 | 332 | 42 | 0 | 10 | 7 | 246 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11011010 | 100010 | 0 | 1000 | 111 | 10100110 | 1000101 | 1001101 |
Color Harmonies of #9DEDDA
Complementary color
Monochromatic Colors of #9DEDDA
Black with #9DEDDA
Text Example
Text Example
White with #9DEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDDA; }
p { color: rgb(157,237,218); }
H1.HeaderClassName
{
color: #9DEDDA;
}
.AnyTagClassName
{
color: #9DEDDA;
}
</style>
background-color css
<style>
a { background-color: #9DEDDA; }
a { background-color: rgb(157,237,218); }
div.DivClassName
{
background-color: #9DEDDA;
}
.BgClassName
{
background-color: #9DEDDA;
}
</style>
border-color css
<style>
span { border-color: #9DEDDA; }
span { border-color: rgb(157,237,218); }
td.TdClassName
{
border-color: #9DEDDA;
}
.TagClassName
{
border-color: #9DEDDA;
}
</style>