Shades of Ice Cold #9DEDDF
Tints of Ice Cold #9DEDDF
RGB
CMYK
RGB Variations
Color information
#9DEDDF (or 0x9DEDDF) is known color: Ice Cold. HEX triplet: 9D, ED and DF. RGB value is (157,237,223). Sum of RGB (Red+Green+Blue) = 157+237+223=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDF is #621220. Grayscale: #D3D3D3. Windows color (decimal): -6427169 or 14675357. OLE color: 14675357.
HSL color Cylindrical-coordinate representation of color #9DEDDF: hue angle of 169.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 #9DEDDF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 223 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.07 |
| HSL | 169.5º | 0.69% | 0.77% | - |
| HSV(B) | 169.5º | 0.34% | 0.93% | - |
| XYZ | 57.51 | 73.06 | 80.88 | - |
| YUV | 211.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 223 | 0.34 | 0 | 0.06 | 0.07 | 169.5 | 0.69 | 0.77 |
| Hex | 9D | ED | DF | 22 | 0 | 6 | 7 | AA | 45 | 4D |
| Octal | 235 | 355 | 337 | 42 | 0 | 6 | 7 | 252 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11011111 | 100010 | 0 | 110 | 111 | 10101010 | 1000101 | 1001101 |
Color Harmonies of #9DEDDF
Complementary color
Monochromatic Colors of #9DEDDF
Black with #9DEDDF
Text Example
Text Example
White with #9DEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDDF; }
p { color: rgb(157,237,223); }
H1.HeaderClassName
{
color: #9DEDDF;
}
.AnyTagClassName
{
color: #9DEDDF;
}
</style>
background-color css
<style>
a { background-color: #9DEDDF; }
a { background-color: rgb(157,237,223); }
div.DivClassName
{
background-color: #9DEDDF;
}
.BgClassName
{
background-color: #9DEDDF;
}
</style>
border-color css
<style>
span { border-color: #9DEDDF; }
span { border-color: rgb(157,237,223); }
td.TdClassName
{
border-color: #9DEDDF;
}
.TagClassName
{
border-color: #9DEDDF;
}
</style>