Shades of Ice Cold #9CE9DB
Tints of Ice Cold #9CE9DB
RGB
CMYK
RGB Variations
Color information
#9CE9DB (or 0x9CE9DB) is known color: Ice Cold. HEX triplet: 9C, E9 and DB. RGB value is (156,233,219). Sum of RGB (Red+Green+Blue) = 156+233+219=608 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.66% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9DB is #631624. Grayscale: #D0D0D0. Windows color (decimal): -6493733 or 14412188. OLE color: 14412188.
HSL color Cylindrical-coordinate representation of color #9CE9DB: hue angle of 169.09º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9DB is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 219 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.09 |
| HSL | 169.09º | 0.64% | 0.76% | - |
| HSV(B) | 169.09º | 0.33% | 0.91% | - |
| XYZ | 55.64 | 70.46 | 77.69 | - |
| YUV | 208.38 | 133.99 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 219 | 0.33 | 0 | 0.06 | 0.09 | 169.09 | 0.64 | 0.76 |
| Hex | 9C | E9 | DB | 21 | 0 | 6 | 9 | A9 | 40 | 4C |
| Octal | 234 | 351 | 333 | 41 | 0 | 6 | 11 | 251 | 100 | 114 |
| Binary | 10011100 | 11101001 | 11011011 | 100001 | 0 | 110 | 1001 | 10101001 | 1000000 | 1001100 |
Color Harmonies of #9CE9DB
Complementary color
Monochromatic Colors of #9CE9DB
Black with #9CE9DB
Text Example
Text Example
White with #9CE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9DB; }
p { color: rgb(156,233,219); }
H1.HeaderClassName
{
color: #9CE9DB;
}
.AnyTagClassName
{
color: #9CE9DB;
}
</style>
background-color css
<style>
a { background-color: #9CE9DB; }
a { background-color: rgb(156,233,219); }
div.DivClassName
{
background-color: #9CE9DB;
}
.BgClassName
{
background-color: #9CE9DB;
}
</style>
border-color css
<style>
span { border-color: #9CE9DB; }
span { border-color: rgb(156,233,219); }
td.TdClassName
{
border-color: #9CE9DB;
}
.TagClassName
{
border-color: #9CE9DB;
}
</style>