Shades of Ice Cold #96EEDA
Tints of Ice Cold #96EEDA
RGB
CMYK
RGB Variations
Color information
#96EEDA (or 0x96EEDA) is known color: Ice Cold. HEX triplet: 96, EE and DA. RGB value is (150,238,218). Sum of RGB (Red+Green+Blue) = 150+238+218=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEDA is #691125. Grayscale: #D1D1D1. Windows color (decimal): -6885670 or 14347926. OLE color: 14347926.
HSL color Cylindrical-coordinate representation of color #96EEDA: hue angle of 166.36º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EEDA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 218 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.07 |
| HSL | 166.36º | 0.72% | 0.76% | - |
| HSV(B) | 166.36º | 0.37% | 0.93% | - |
| XYZ | 55.81 | 72.7 | 77.42 | - |
| YUV | 209.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 218 | 0.37 | 0 | 0.08 | 0.07 | 166.36 | 0.72 | 0.76 |
| Hex | 96 | EE | DA | 25 | 0 | 8 | 7 | A6 | 48 | 4C |
| Octal | 226 | 356 | 332 | 45 | 0 | 10 | 7 | 246 | 110 | 114 |
| Binary | 10010110 | 11101110 | 11011010 | 100101 | 0 | 1000 | 111 | 10100110 | 1001000 | 1001100 |
Color Harmonies of #96EEDA
Complementary color
Monochromatic Colors of #96EEDA
Black with #96EEDA
Text Example
Text Example
White with #96EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EEDA; }
p { color: rgb(150,238,218); }
H1.HeaderClassName
{
color: #96EEDA;
}
.AnyTagClassName
{
color: #96EEDA;
}
</style>
background-color css
<style>
a { background-color: #96EEDA; }
a { background-color: rgb(150,238,218); }
div.DivClassName
{
background-color: #96EEDA;
}
.BgClassName
{
background-color: #96EEDA;
}
</style>
border-color css
<style>
span { border-color: #96EEDA; }
span { border-color: rgb(150,238,218); }
td.TdClassName
{
border-color: #96EEDA;
}
.TagClassName
{
border-color: #96EEDA;
}
</style>