Shades of Ice Cold #96EFDB
Tints of Ice Cold #96EFDB
RGB
CMYK
RGB Variations
Color information
#96EFDB (or 0x96EFDB) is known color: Ice Cold. HEX triplet: 96, EF and DB. RGB value is (150,239,219). Sum of RGB (Red+Green+Blue) = 150+239+219=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFDB is #691024. Grayscale: #D2D2D2. Windows color (decimal): -6885413 or 14413718. OLE color: 14413718.
HSL color Cylindrical-coordinate representation of color #96EFDB: hue angle of 166.52º 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 #96EFDB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 219 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.06 |
| HSL | 166.52º | 0.74% | 0.76% | - |
| HSV(B) | 166.52º | 0.37% | 0.94% | - |
| XYZ | 56.23 | 73.33 | 78.21 | - |
| YUV | 210.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 219 | 0.37 | 0 | 0.08 | 0.06 | 166.52 | 0.74 | 0.76 |
| Hex | 96 | EF | DB | 25 | 0 | 8 | 6 | A7 | 4A | 4C |
| Octal | 226 | 357 | 333 | 45 | 0 | 10 | 6 | 247 | 112 | 114 |
| Binary | 10010110 | 11101111 | 11011011 | 100101 | 0 | 1000 | 110 | 10100111 | 1001010 | 1001100 |
Color Harmonies of #96EFDB
Complementary color
Monochromatic Colors of #96EFDB
Black with #96EFDB
Text Example
Text Example
White with #96EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFDB; }
p { color: rgb(150,239,219); }
H1.HeaderClassName
{
color: #96EFDB;
}
.AnyTagClassName
{
color: #96EFDB;
}
</style>
background-color css
<style>
a { background-color: #96EFDB; }
a { background-color: rgb(150,239,219); }
div.DivClassName
{
background-color: #96EFDB;
}
.BgClassName
{
background-color: #96EFDB;
}
</style>
border-color css
<style>
span { border-color: #96EFDB; }
span { border-color: rgb(150,239,219); }
td.TdClassName
{
border-color: #96EFDB;
}
.TagClassName
{
border-color: #96EFDB;
}
</style>