Shades of Ice Cold #96EBDB
Tints of Ice Cold #96EBDB
RGB
CMYK
RGB Variations
Color information
#96EBDB (or 0x96EBDB) is known color: Ice Cold. HEX triplet: 96, EB and DB. RGB value is (150,235,219). Sum of RGB (Red+Green+Blue) = 150+235+219=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBDB is #691424. Grayscale: #CFCFCF. Windows color (decimal): -6886437 or 14412694. OLE color: 14412694.
HSL color Cylindrical-coordinate representation of color #96EBDB: hue angle of 168.71º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBDB is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 219 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.08 |
| HSL | 168.71º | 0.68% | 0.75% | - |
| HSV(B) | 168.71º | 0.36% | 0.92% | - |
| XYZ | 55.07 | 71.02 | 77.82 | - |
| YUV | 207.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 219 | 0.36 | 0 | 0.07 | 0.08 | 168.71 | 0.68 | 0.75 |
| Hex | 96 | EB | DB | 24 | 0 | 7 | 8 | A9 | 44 | 4B |
| Octal | 226 | 353 | 333 | 44 | 0 | 7 | 10 | 251 | 104 | 113 |
| Binary | 10010110 | 11101011 | 11011011 | 100100 | 0 | 111 | 1000 | 10101001 | 1000100 | 1001011 |
Color Harmonies of #96EBDB
Complementary color
Monochromatic Colors of #96EBDB
Black with #96EBDB
Text Example
Text Example
White with #96EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBDB; }
p { color: rgb(150,235,219); }
H1.HeaderClassName
{
color: #96EBDB;
}
.AnyTagClassName
{
color: #96EBDB;
}
</style>
background-color css
<style>
a { background-color: #96EBDB; }
a { background-color: rgb(150,235,219); }
div.DivClassName
{
background-color: #96EBDB;
}
.BgClassName
{
background-color: #96EBDB;
}
</style>
border-color css
<style>
span { border-color: #96EBDB; }
span { border-color: rgb(150,235,219); }
td.TdClassName
{
border-color: #96EBDB;
}
.TagClassName
{
border-color: #96EBDB;
}
</style>