Shades of Ice Cold #9DEDDE
Tints of Ice Cold #9DEDDE
RGB
CMYK
RGB Variations
Color information
#9DEDDE (or 0x9DEDDE) is known color: Ice Cold. HEX triplet: 9D, ED and DE. RGB value is (157,237,222). Sum of RGB (Red+Green+Blue) = 157+237+222=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDE is #621221. Grayscale: #D3D3D3. Windows color (decimal): -6427170 or 14609821. OLE color: 14609821.
HSL color Cylindrical-coordinate representation of color #9DEDDE: hue angle of 168.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 #9DEDDE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 222 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.07 |
| HSL | 168.75º | 0.69% | 0.77% | - |
| HSV(B) | 168.75º | 0.34% | 0.93% | - |
| XYZ | 57.37 | 73.01 | 80.18 | - |
| YUV | 211.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 222 | 0.34 | 0 | 0.06 | 0.07 | 168.75 | 0.69 | 0.77 |
| Hex | 9D | ED | DE | 22 | 0 | 6 | 7 | A9 | 45 | 4D |
| Octal | 235 | 355 | 336 | 42 | 0 | 6 | 7 | 251 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11011110 | 100010 | 0 | 110 | 111 | 10101001 | 1000101 | 1001101 |
Color Harmonies of #9DEDDE
Complementary color
Monochromatic Colors of #9DEDDE
Black with #9DEDDE
Text Example
Text Example
White with #9DEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDDE; }
p { color: rgb(157,237,222); }
H1.HeaderClassName
{
color: #9DEDDE;
}
.AnyTagClassName
{
color: #9DEDDE;
}
</style>
background-color css
<style>
a { background-color: #9DEDDE; }
a { background-color: rgb(157,237,222); }
div.DivClassName
{
background-color: #9DEDDE;
}
.BgClassName
{
background-color: #9DEDDE;
}
</style>
border-color css
<style>
span { border-color: #9DEDDE; }
span { border-color: rgb(157,237,222); }
td.TdClassName
{
border-color: #9DEDDE;
}
.TagClassName
{
border-color: #9DEDDE;
}
</style>