Shades of Ice Cold #9CE5D4
Tints of Ice Cold #9CE5D4
RGB
CMYK
RGB Variations
Color information
#9CE5D4 (or 0x9CE5D4) is known color: Ice Cold. HEX triplet: 9C, E5 and D4. RGB value is (156,229,212). Sum of RGB (Red+Green+Blue) = 156+229+212=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE5D4 is #631A2B. Grayscale: #CDCDCD. Windows color (decimal): -6494764 or 13952412. OLE color: 13952412.
HSL color Cylindrical-coordinate representation of color #9CE5D4: hue angle of 166.03º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE5D4 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 229 | 212 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.10 |
| HSL | 166.03º | 0.58% | 0.75% | - |
| HSV(B) | 166.03º | 0.32% | 0.9% | - |
| XYZ | 53.61 | 67.86 | 72.56 | - |
| YUV | 205.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 229 | 212 | 0.32 | 0 | 0.07 | 0.10 | 166.03 | 0.58 | 0.75 |
| Hex | 9C | E5 | D4 | 20 | 0 | 7 | A | A6 | 3A | 4B |
| Octal | 234 | 345 | 324 | 40 | 0 | 7 | 12 | 246 | 72 | 113 |
| Binary | 10011100 | 11100101 | 11010100 | 100000 | 0 | 111 | 1010 | 10100110 | 111010 | 1001011 |
Color Harmonies of #9CE5D4
Complementary color
Monochromatic Colors of #9CE5D4
Black with #9CE5D4
Text Example
Text Example
White with #9CE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE5D4; }
p { color: rgb(156,229,212); }
H1.HeaderClassName
{
color: #9CE5D4;
}
.AnyTagClassName
{
color: #9CE5D4;
}
</style>
background-color css
<style>
a { background-color: #9CE5D4; }
a { background-color: rgb(156,229,212); }
div.DivClassName
{
background-color: #9CE5D4;
}
.BgClassName
{
background-color: #9CE5D4;
}
</style>
border-color css
<style>
span { border-color: #9CE5D4; }
span { border-color: rgb(156,229,212); }
td.TdClassName
{
border-color: #9CE5D4;
}
.TagClassName
{
border-color: #9CE5D4;
}
</style>