Shades of Ice Cold #9DEBDF
Tints of Ice Cold #9DEBDF
RGB
CMYK
RGB Variations
Color information
#9DEBDF (or 0x9DEBDF) is known color: Ice Cold. HEX triplet: 9D, EB and DF. RGB value is (157,235,223). Sum of RGB (Red+Green+Blue) = 157+235+223=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBDF is #621420. Grayscale: #D2D2D2. Windows color (decimal): -6427681 or 14674845. OLE color: 14674845.
HSL color Cylindrical-coordinate representation of color #9DEBDF: hue angle of 170.77º 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 #9DEBDF is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 223 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.08 |
| HSL | 170.77º | 0.66% | 0.77% | - |
| HSV(B) | 170.77º | 0.33% | 0.92% | - |
| XYZ | 56.93 | 71.91 | 80.69 | - |
| YUV | 210.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 223 | 0.33 | 0 | 0.05 | 0.08 | 170.77 | 0.66 | 0.77 |
| Hex | 9D | EB | DF | 21 | 0 | 5 | 8 | AB | 42 | 4D |
| Octal | 235 | 353 | 337 | 41 | 0 | 5 | 10 | 253 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11011111 | 100001 | 0 | 101 | 1000 | 10101011 | 1000010 | 1001101 |
Color Harmonies of #9DEBDF
Complementary color
Monochromatic Colors of #9DEBDF
Black with #9DEBDF
Text Example
Text Example
White with #9DEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBDF; }
p { color: rgb(157,235,223); }
H1.HeaderClassName
{
color: #9DEBDF;
}
.AnyTagClassName
{
color: #9DEBDF;
}
</style>
background-color css
<style>
a { background-color: #9DEBDF; }
a { background-color: rgb(157,235,223); }
div.DivClassName
{
background-color: #9DEBDF;
}
.BgClassName
{
background-color: #9DEBDF;
}
</style>
border-color css
<style>
span { border-color: #9DEBDF; }
span { border-color: rgb(157,235,223); }
td.TdClassName
{
border-color: #9DEBDF;
}
.TagClassName
{
border-color: #9DEBDF;
}
</style>