Shades of Ice Cold #96F2E1
Tints of Ice Cold #96F2E1
RGB
CMYK
RGB Variations
Color information
#96F2E1 (or 0x96F2E1) is known color: Ice Cold. HEX triplet: 96, F2 and E1. RGB value is (150,242,225). Sum of RGB (Red+Green+Blue) = 150+242+225=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #96F2E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F2E1 is #690D1E. Grayscale: #D4D4D4. Windows color (decimal): -6884639 or 14807702. OLE color: 14807702.
HSL color Cylindrical-coordinate representation of color #96F2E1: hue angle of 168.91º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F2E1 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 225 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.05 |
| HSL | 168.91º | 0.78% | 0.77% | - |
| HSV(B) | 168.91º | 0.38% | 0.95% | - |
| XYZ | 57.92 | 75.42 | 82.74 | - |
| YUV | 212.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 225 | 0.38 | 0 | 0.07 | 0.05 | 168.91 | 0.78 | 0.77 |
| Hex | 96 | F2 | E1 | 26 | 0 | 7 | 5 | A9 | 4E | 4D |
| Octal | 226 | 362 | 341 | 46 | 0 | 7 | 5 | 251 | 116 | 115 |
| Binary | 10010110 | 11110010 | 11100001 | 100110 | 0 | 111 | 101 | 10101001 | 1001110 | 1001101 |
Color Harmonies of #96F2E1
Complementary color
Monochromatic Colors of #96F2E1
Black with #96F2E1
Text Example
Text Example
White with #96F2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2E1; }
p { color: rgb(150,242,225); }
H1.HeaderClassName
{
color: #96F2E1;
}
.AnyTagClassName
{
color: #96F2E1;
}
</style>
background-color css
<style>
a { background-color: #96F2E1; }
a { background-color: rgb(150,242,225); }
div.DivClassName
{
background-color: #96F2E1;
}
.BgClassName
{
background-color: #96F2E1;
}
</style>
border-color css
<style>
span { border-color: #96F2E1; }
span { border-color: rgb(150,242,225); }
td.TdClassName
{
border-color: #96F2E1;
}
.TagClassName
{
border-color: #96F2E1;
}
</style>