Shades of Ice Cold #9DEBE0
Tints of Ice Cold #9DEBE0
RGB
CMYK
RGB Variations
Color information
#9DEBE0 (or 0x9DEBE0) is known color: Ice Cold. HEX triplet: 9D, EB and E0. RGB value is (157,235,224). Sum of RGB (Red+Green+Blue) = 157+235+224=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBE0 is #62141F. Grayscale: #D2D2D2. Windows color (decimal): -6427680 or 14740381. OLE color: 14740381.
HSL color Cylindrical-coordinate representation of color #9DEBE0: hue angle of 171.54º 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 #9DEBE0 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 224 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.08 |
| HSL | 171.54º | 0.66% | 0.77% | - |
| HSV(B) | 171.54º | 0.33% | 0.92% | - |
| XYZ | 57.07 | 71.97 | 81.4 | - |
| YUV | 210.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 224 | 0.33 | 0 | 0.05 | 0.08 | 171.54 | 0.66 | 0.77 |
| Hex | 9D | EB | E0 | 21 | 0 | 5 | 8 | AC | 42 | 4D |
| Octal | 235 | 353 | 340 | 41 | 0 | 5 | 10 | 254 | 102 | 115 |
| Binary | 10011101 | 11101011 | 11100000 | 100001 | 0 | 101 | 1000 | 10101100 | 1000010 | 1001101 |
Color Harmonies of #9DEBE0
Complementary color
Monochromatic Colors of #9DEBE0
Black with #9DEBE0
Text Example
Text Example
White with #9DEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBE0; }
p { color: rgb(157,235,224); }
H1.HeaderClassName
{
color: #9DEBE0;
}
.AnyTagClassName
{
color: #9DEBE0;
}
</style>
background-color css
<style>
a { background-color: #9DEBE0; }
a { background-color: rgb(157,235,224); }
div.DivClassName
{
background-color: #9DEBE0;
}
.BgClassName
{
background-color: #9DEBE0;
}
</style>
border-color css
<style>
span { border-color: #9DEBE0; }
span { border-color: rgb(157,235,224); }
td.TdClassName
{
border-color: #9DEBE0;
}
.TagClassName
{
border-color: #9DEBE0;
}
</style>