Shades of Ice Cold #96ECDC
Tints of Ice Cold #96ECDC
RGB
CMYK
RGB Variations
Color information
#96ECDC (or 0x96ECDC) is known color: Ice Cold. HEX triplet: 96, EC and DC. RGB value is (150,236,220). Sum of RGB (Red+Green+Blue) = 150+236+220=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECDC is #691323. Grayscale: #D0D0D0. Windows color (decimal): -6886180 or 14478486. OLE color: 14478486.
HSL color Cylindrical-coordinate representation of color #96ECDC: hue angle of 168.84º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECDC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 220 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.07 |
| HSL | 168.84º | 0.69% | 0.76% | - |
| HSV(B) | 168.84º | 0.36% | 0.93% | - |
| XYZ | 55.49 | 71.64 | 78.61 | - |
| YUV | 208.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 220 | 0.36 | 0 | 0.07 | 0.07 | 168.84 | 0.69 | 0.76 |
| Hex | 96 | EC | DC | 24 | 0 | 7 | 7 | A9 | 45 | 4C |
| Octal | 226 | 354 | 334 | 44 | 0 | 7 | 7 | 251 | 105 | 114 |
| Binary | 10010110 | 11101100 | 11011100 | 100100 | 0 | 111 | 111 | 10101001 | 1000101 | 1001100 |
Color Harmonies of #96ECDC
Complementary color
Monochromatic Colors of #96ECDC
Black with #96ECDC
Text Example
Text Example
White with #96ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECDC; }
p { color: rgb(150,236,220); }
H1.HeaderClassName
{
color: #96ECDC;
}
.AnyTagClassName
{
color: #96ECDC;
}
</style>
background-color css
<style>
a { background-color: #96ECDC; }
a { background-color: rgb(150,236,220); }
div.DivClassName
{
background-color: #96ECDC;
}
.BgClassName
{
background-color: #96ECDC;
}
</style>
border-color css
<style>
span { border-color: #96ECDC; }
span { border-color: rgb(150,236,220); }
td.TdClassName
{
border-color: #96ECDC;
}
.TagClassName
{
border-color: #96ECDC;
}
</style>