Shades of Ice Cold #9CEBDC
Tints of Ice Cold #9CEBDC
RGB
CMYK
RGB Variations
Color information
#9CEBDC (or 0x9CEBDC) is known color: Ice Cold. HEX triplet: 9C, EB and DC. RGB value is (156,235,220). Sum of RGB (Red+Green+Blue) = 156+235+220=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBDC is #631423. Grayscale: #D1D1D1. Windows color (decimal): -6493220 or 14478236. OLE color: 14478236.
HSL color Cylindrical-coordinate representation of color #9CEBDC: hue angle of 168.61º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBDC is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 220 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.08 |
| HSL | 168.61º | 0.66% | 0.77% | - |
| HSV(B) | 168.61º | 0.34% | 0.92% | - |
| XYZ | 56.34 | 71.65 | 78.57 | - |
| YUV | 209.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 220 | 0.34 | 0 | 0.06 | 0.08 | 168.61 | 0.66 | 0.77 |
| Hex | 9C | EB | DC | 22 | 0 | 6 | 8 | A9 | 42 | 4D |
| Octal | 234 | 353 | 334 | 42 | 0 | 6 | 10 | 251 | 102 | 115 |
| Binary | 10011100 | 11101011 | 11011100 | 100010 | 0 | 110 | 1000 | 10101001 | 1000010 | 1001101 |
Color Harmonies of #9CEBDC
Complementary color
Monochromatic Colors of #9CEBDC
Black with #9CEBDC
Text Example
Text Example
White with #9CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBDC; }
p { color: rgb(156,235,220); }
H1.HeaderClassName
{
color: #9CEBDC;
}
.AnyTagClassName
{
color: #9CEBDC;
}
</style>
background-color css
<style>
a { background-color: #9CEBDC; }
a { background-color: rgb(156,235,220); }
div.DivClassName
{
background-color: #9CEBDC;
}
.BgClassName
{
background-color: #9CEBDC;
}
</style>
border-color css
<style>
span { border-color: #9CEBDC; }
span { border-color: rgb(156,235,220); }
td.TdClassName
{
border-color: #9CEBDC;
}
.TagClassName
{
border-color: #9CEBDC;
}
</style>