Shades of Ice Cold #96F0DF
Tints of Ice Cold #96F0DF
RGB
CMYK
RGB Variations
Color information
#96F0DF (or 0x96F0DF) is known color: Ice Cold. HEX triplet: 96, F0 and DF. RGB value is (150,240,223). Sum of RGB (Red+Green+Blue) = 150+240+223=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F0DF is #690F20. Grayscale: #D3D3D3. Windows color (decimal): -6885153 or 14676118. OLE color: 14676118.
HSL color Cylindrical-coordinate representation of color #96F0DF: hue angle of 168.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0DF is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 223 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.06 |
| HSL | 168.67º | 0.75% | 0.76% | - |
| HSV(B) | 168.67º | 0.38% | 0.94% | - |
| XYZ | 57.06 | 74.13 | 81.11 | - |
| YUV | 211.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 223 | 0.37 | 0 | 0.07 | 0.06 | 168.67 | 0.75 | 0.76 |
| Hex | 96 | F0 | DF | 25 | 0 | 7 | 6 | A9 | 4B | 4C |
| Octal | 226 | 360 | 337 | 45 | 0 | 7 | 6 | 251 | 113 | 114 |
| Binary | 10010110 | 11110000 | 11011111 | 100101 | 0 | 111 | 110 | 10101001 | 1001011 | 1001100 |
Color Harmonies of #96F0DF
Complementary color
Monochromatic Colors of #96F0DF
Black with #96F0DF
Text Example
Text Example
White with #96F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F0DF; }
p { color: rgb(150,240,223); }
H1.HeaderClassName
{
color: #96F0DF;
}
.AnyTagClassName
{
color: #96F0DF;
}
</style>
background-color css
<style>
a { background-color: #96F0DF; }
a { background-color: rgb(150,240,223); }
div.DivClassName
{
background-color: #96F0DF;
}
.BgClassName
{
background-color: #96F0DF;
}
</style>
border-color css
<style>
span { border-color: #96F0DF; }
span { border-color: rgb(150,240,223); }
td.TdClassName
{
border-color: #96F0DF;
}
.TagClassName
{
border-color: #96F0DF;
}
</style>