Shades of Ice Cold #96EFDA
Tints of Ice Cold #96EFDA
RGB
CMYK
RGB Variations
Color information
#96EFDA (or 0x96EFDA) is known color: Ice Cold. HEX triplet: 96, EF and DA. RGB value is (150,239,218). Sum of RGB (Red+Green+Blue) = 150+239+218=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFDA is #691025. Grayscale: #D1D1D1. Windows color (decimal): -6885414 or 14348182. OLE color: 14348182.
HSL color Cylindrical-coordinate representation of color #96EFDA: hue angle of 165.84º 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 #96EFDA is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 218 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.06 |
| HSL | 165.84º | 0.74% | 0.76% | - |
| HSV(B) | 165.84º | 0.37% | 0.94% | - |
| XYZ | 56.1 | 73.28 | 77.52 | - |
| YUV | 210 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 218 | 0.37 | 0 | 0.09 | 0.06 | 165.84 | 0.74 | 0.76 |
| Hex | 96 | EF | DA | 25 | 0 | 9 | 6 | A6 | 4A | 4C |
| Octal | 226 | 357 | 332 | 45 | 0 | 11 | 6 | 246 | 112 | 114 |
| Binary | 10010110 | 11101111 | 11011010 | 100101 | 0 | 1001 | 110 | 10100110 | 1001010 | 1001100 |
Color Harmonies of #96EFDA
Complementary color
Monochromatic Colors of #96EFDA
Black with #96EFDA
Text Example
Text Example
White with #96EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFDA; }
p { color: rgb(150,239,218); }
H1.HeaderClassName
{
color: #96EFDA;
}
.AnyTagClassName
{
color: #96EFDA;
}
</style>
background-color css
<style>
a { background-color: #96EFDA; }
a { background-color: rgb(150,239,218); }
div.DivClassName
{
background-color: #96EFDA;
}
.BgClassName
{
background-color: #96EFDA;
}
</style>
border-color css
<style>
span { border-color: #96EFDA; }
span { border-color: rgb(150,239,218); }
td.TdClassName
{
border-color: #96EFDA;
}
.TagClassName
{
border-color: #96EFDA;
}
</style>