Shades of Ice Cold #96ECDE
Tints of Ice Cold #96ECDE
RGB
CMYK
RGB Variations
Color information
#96ECDE (or 0x96ECDE) is known color: Ice Cold. HEX triplet: 96, EC and DE. RGB value is (150,236,222). Sum of RGB (Red+Green+Blue) = 150+236+222=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECDE is #691321. Grayscale: #D0D0D0. Windows color (decimal): -6886178 or 14609558. OLE color: 14609558.
HSL color Cylindrical-coordinate representation of color #96ECDE: hue angle of 170.23º 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 #96ECDE is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 222 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.07 |
| HSL | 170.23º | 0.69% | 0.76% | - |
| HSV(B) | 170.23º | 0.36% | 0.93% | - |
| XYZ | 55.76 | 71.75 | 80.02 | - |
| YUV | 208.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 222 | 0.36 | 0 | 0.06 | 0.07 | 170.23 | 0.69 | 0.76 |
| Hex | 96 | EC | DE | 24 | 0 | 6 | 7 | AA | 45 | 4C |
| Octal | 226 | 354 | 336 | 44 | 0 | 6 | 7 | 252 | 105 | 114 |
| Binary | 10010110 | 11101100 | 11011110 | 100100 | 0 | 110 | 111 | 10101010 | 1000101 | 1001100 |
Color Harmonies of #96ECDE
Complementary color
Monochromatic Colors of #96ECDE
Black with #96ECDE
Text Example
Text Example
White with #96ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ECDE; }
p { color: rgb(150,236,222); }
H1.HeaderClassName
{
color: #96ECDE;
}
.AnyTagClassName
{
color: #96ECDE;
}
</style>
background-color css
<style>
a { background-color: #96ECDE; }
a { background-color: rgb(150,236,222); }
div.DivClassName
{
background-color: #96ECDE;
}
.BgClassName
{
background-color: #96ECDE;
}
</style>
border-color css
<style>
span { border-color: #96ECDE; }
span { border-color: rgb(150,236,222); }
td.TdClassName
{
border-color: #96ECDE;
}
.TagClassName
{
border-color: #96ECDE;
}
</style>