Shades of Ice Cold #9CEFDD
Tints of Ice Cold #9CEFDD
RGB
CMYK
RGB Variations
Color information
#9CEFDD (or 0x9CEFDD) is known color: Ice Cold. HEX triplet: 9C, EF and DD. RGB value is (156,239,221). Sum of RGB (Red+Green+Blue) = 156+239+221=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #9CEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEFDD is #631022. Grayscale: #D4D4D4. Windows color (decimal): -6492195 or 14544796. OLE color: 14544796.
HSL color Cylindrical-coordinate representation of color #9CEFDD: hue angle of 166.99º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CEFDD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 239 | 221 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.06 |
| HSL | 166.99º | 0.72% | 0.77% | - |
| HSV(B) | 166.99º | 0.35% | 0.94% | - |
| XYZ | 57.63 | 74.02 | 79.66 | - |
| YUV | 212.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 221 | 0.35 | 0 | 0.08 | 0.06 | 166.99 | 0.72 | 0.77 |
| Hex | 9C | EF | DD | 23 | 0 | 8 | 6 | A7 | 48 | 4D |
| Octal | 234 | 357 | 335 | 43 | 0 | 10 | 6 | 247 | 110 | 115 |
| Binary | 10011100 | 11101111 | 11011101 | 100011 | 0 | 1000 | 110 | 10100111 | 1001000 | 1001101 |
Color Harmonies of #9CEFDD
Complementary color
Monochromatic Colors of #9CEFDD
Black with #9CEFDD
Text Example
Text Example
White with #9CEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEFDD; }
p { color: rgb(156,239,221); }
H1.HeaderClassName
{
color: #9CEFDD;
}
.AnyTagClassName
{
color: #9CEFDD;
}
</style>
background-color css
<style>
a { background-color: #9CEFDD; }
a { background-color: rgb(156,239,221); }
div.DivClassName
{
background-color: #9CEFDD;
}
.BgClassName
{
background-color: #9CEFDD;
}
</style>
border-color css
<style>
span { border-color: #9CEFDD; }
span { border-color: rgb(156,239,221); }
td.TdClassName
{
border-color: #9CEFDD;
}
.TagClassName
{
border-color: #9CEFDD;
}
</style>