Shades of Ice Cold #96EFDC
Tints of Ice Cold #96EFDC
RGB
CMYK
RGB Variations
Color information
#96EFDC (or 0x96EFDC) is known color: Ice Cold. HEX triplet: 96, EF and DC. RGB value is (150,239,220). Sum of RGB (Red+Green+Blue) = 150+239+220=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFDC is #691023. Grayscale: #D2D2D2. Windows color (decimal): -6885412 or 14479254. OLE color: 14479254.
HSL color Cylindrical-coordinate representation of color #96EFDC: hue angle of 167.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFDC is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 220 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.06 |
| HSL | 167.19º | 0.74% | 0.76% | - |
| HSV(B) | 167.19º | 0.37% | 0.94% | - |
| XYZ | 56.36 | 73.38 | 78.9 | - |
| YUV | 210.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 220 | 0.37 | 0 | 0.08 | 0.06 | 167.19 | 0.74 | 0.76 |
| Hex | 96 | EF | DC | 25 | 0 | 8 | 6 | A7 | 4A | 4C |
| Octal | 226 | 357 | 334 | 45 | 0 | 10 | 6 | 247 | 112 | 114 |
| Binary | 10010110 | 11101111 | 11011100 | 100101 | 0 | 1000 | 110 | 10100111 | 1001010 | 1001100 |
Color Harmonies of #96EFDC
Complementary color
Monochromatic Colors of #96EFDC
Black with #96EFDC
Text Example
Text Example
White with #96EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFDC; }
p { color: rgb(150,239,220); }
H1.HeaderClassName
{
color: #96EFDC;
}
.AnyTagClassName
{
color: #96EFDC;
}
</style>
background-color css
<style>
a { background-color: #96EFDC; }
a { background-color: rgb(150,239,220); }
div.DivClassName
{
background-color: #96EFDC;
}
.BgClassName
{
background-color: #96EFDC;
}
</style>
border-color css
<style>
span { border-color: #96EFDC; }
span { border-color: rgb(150,239,220); }
td.TdClassName
{
border-color: #96EFDC;
}
.TagClassName
{
border-color: #96EFDC;
}
</style>