Shades of Ice Cold #96ECDD
Tints of Ice Cold #96ECDD
RGB
CMYK
RGB Variations
Color information
#96ECDD (or 0x96ECDD) is known color: Ice Cold. HEX triplet: 96, EC and DD. RGB value is (150,236,221). Sum of RGB (Red+Green+Blue) = 150+236+221=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECDD is #691322. Grayscale: #D0D0D0. Windows color (decimal): -6886179 or 14544022. OLE color: 14544022.
HSL color Cylindrical-coordinate representation of color #96ECDD: hue angle of 169.53º 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 #96ECDD is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 221 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.07 |
| HSL | 169.53º | 0.69% | 0.76% | - |
| HSV(B) | 169.53º | 0.36% | 0.93% | - |
| XYZ | 55.62 | 71.7 | 79.31 | - |
| YUV | 208.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 221 | 0.36 | 0 | 0.06 | 0.07 | 169.53 | 0.69 | 0.76 |
| Hex | 96 | EC | DD | 24 | 0 | 6 | 7 | AA | 45 | 4C |
| Octal | 226 | 354 | 335 | 44 | 0 | 6 | 7 | 252 | 105 | 114 |
| Binary | 10010110 | 11101100 | 11011101 | 100100 | 0 | 110 | 111 | 10101010 | 1000101 | 1001100 |
Color Harmonies of #96ECDD
Complementary color
Monochromatic Colors of #96ECDD
Black with #96ECDD
Text Example
Text Example
White with #96ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECDD; }
p { color: rgb(150,236,221); }
H1.HeaderClassName
{
color: #96ECDD;
}
.AnyTagClassName
{
color: #96ECDD;
}
</style>
background-color css
<style>
a { background-color: #96ECDD; }
a { background-color: rgb(150,236,221); }
div.DivClassName
{
background-color: #96ECDD;
}
.BgClassName
{
background-color: #96ECDD;
}
</style>
border-color css
<style>
span { border-color: #96ECDD; }
span { border-color: rgb(150,236,221); }
td.TdClassName
{
border-color: #96ECDD;
}
.TagClassName
{
border-color: #96ECDD;
}
</style>