Shades of Ice Cold #9CE7DB
Tints of Ice Cold #9CE7DB
RGB
CMYK
RGB Variations
Color information
#9CE7DB (or 0x9CE7DB) is known color: Ice Cold. HEX triplet: 9C, E7 and DB. RGB value is (156,231,219). Sum of RGB (Red+Green+Blue) = 156+231+219=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE7DB is #631824. Grayscale: #CFCFCF. Windows color (decimal): -6494245 or 14411676. OLE color: 14411676.
HSL color Cylindrical-coordinate representation of color #9CE7DB: hue angle of 170.4º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE7DB is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 219 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.09 |
| HSL | 170.4º | 0.61% | 0.76% | - |
| HSV(B) | 170.4º | 0.32% | 0.91% | - |
| XYZ | 55.07 | 69.33 | 77.5 | - |
| YUV | 207.21 | 134.65 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 219 | 0.32 | 0 | 0.05 | 0.09 | 170.4 | 0.61 | 0.76 |
| Hex | 9C | E7 | DB | 20 | 0 | 5 | 9 | AA | 3D | 4C |
| Octal | 234 | 347 | 333 | 40 | 0 | 5 | 11 | 252 | 75 | 114 |
| Binary | 10011100 | 11100111 | 11011011 | 100000 | 0 | 101 | 1001 | 10101010 | 111101 | 1001100 |
Color Harmonies of #9CE7DB
Complementary color
Monochromatic Colors of #9CE7DB
Black with #9CE7DB
Text Example
Text Example
White with #9CE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE7DB; }
p { color: rgb(156,231,219); }
H1.HeaderClassName
{
color: #9CE7DB;
}
.AnyTagClassName
{
color: #9CE7DB;
}
</style>
background-color css
<style>
a { background-color: #9CE7DB; }
a { background-color: rgb(156,231,219); }
div.DivClassName
{
background-color: #9CE7DB;
}
.BgClassName
{
background-color: #9CE7DB;
}
</style>
border-color css
<style>
span { border-color: #9CE7DB; }
span { border-color: rgb(156,231,219); }
td.TdClassName
{
border-color: #9CE7DB;
}
.TagClassName
{
border-color: #9CE7DB;
}
</style>