Shades of Ice Cold #96EADF
Tints of Ice Cold #96EADF
RGB
CMYK
RGB Variations
Color information
#96EADF (or 0x96EADF) is known color: Ice Cold. HEX triplet: 96, EA and DF. RGB value is (150,234,223). Sum of RGB (Red+Green+Blue) = 150+234+223=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #96EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EADF is #691520. Grayscale: #CFCFCF. Windows color (decimal): -6886689 or 14674582. OLE color: 14674582.
HSL color Cylindrical-coordinate representation of color #96EADF: hue angle of 172.14º degrees, saturation: 0.67, 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 #96EADF is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 223 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.08 |
| HSL | 172.14º | 0.67% | 0.75% | - |
| HSV(B) | 172.14º | 0.36% | 0.92% | - |
| XYZ | 55.32 | 70.66 | 80.53 | - |
| YUV | 207.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 223 | 0.36 | 0 | 0.05 | 0.08 | 172.14 | 0.67 | 0.75 |
| Hex | 96 | EA | DF | 24 | 0 | 5 | 8 | AC | 43 | 4B |
| Octal | 226 | 352 | 337 | 44 | 0 | 5 | 10 | 254 | 103 | 113 |
| Binary | 10010110 | 11101010 | 11011111 | 100100 | 0 | 101 | 1000 | 10101100 | 1000011 | 1001011 |
Color Harmonies of #96EADF
Complementary color
Monochromatic Colors of #96EADF
Black with #96EADF
Text Example
Text Example
White with #96EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EADF; }
p { color: rgb(150,234,223); }
H1.HeaderClassName
{
color: #96EADF;
}
.AnyTagClassName
{
color: #96EADF;
}
</style>
background-color css
<style>
a { background-color: #96EADF; }
a { background-color: rgb(150,234,223); }
div.DivClassName
{
background-color: #96EADF;
}
.BgClassName
{
background-color: #96EADF;
}
</style>
border-color css
<style>
span { border-color: #96EADF; }
span { border-color: rgb(150,234,223); }
td.TdClassName
{
border-color: #96EADF;
}
.TagClassName
{
border-color: #96EADF;
}
</style>