Shades of Ice Cold #98E9DF
Tints of Ice Cold #98E9DF
RGB
CMYK
RGB Variations
Color information
#98E9DF (or 0x98E9DF) is known color: Ice Cold. HEX triplet: 98, E9 and DF. RGB value is (152,233,223). Sum of RGB (Red+Green+Blue) = 152+233+223=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 233 - color contains mainly: green. Hex color #98E9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E9DF is #671620. Grayscale: #CFCFCF. Windows color (decimal): -6755873 or 14674328. OLE color: 14674328.
HSL color Cylindrical-coordinate representation of color #98E9DF: hue angle of 172.59º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98E9DF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 233 | 223 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.09 |
| HSL | 172.59º | 0.65% | 0.75% | - |
| HSV(B) | 172.59º | 0.35% | 0.91% | - |
| XYZ | 55.41 | 70.28 | 80.46 | - |
| YUV | 207.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 233 | 223 | 0.35 | 0 | 0.04 | 0.09 | 172.59 | 0.65 | 0.75 |
| Hex | 98 | E9 | DF | 23 | 0 | 4 | 9 | AD | 41 | 4B |
| Octal | 230 | 351 | 337 | 43 | 0 | 4 | 11 | 255 | 101 | 113 |
| Binary | 10011000 | 11101001 | 11011111 | 100011 | 0 | 100 | 1001 | 10101101 | 1000001 | 1001011 |
Color Harmonies of #98E9DF
Complementary color
Monochromatic Colors of #98E9DF
Black with #98E9DF
Text Example
Text Example
White with #98E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E9DF; }
p { color: rgb(152,233,223); }
H1.HeaderClassName
{
color: #98E9DF;
}
.AnyTagClassName
{
color: #98E9DF;
}
</style>
background-color css
<style>
a { background-color: #98E9DF; }
a { background-color: rgb(152,233,223); }
div.DivClassName
{
background-color: #98E9DF;
}
.BgClassName
{
background-color: #98E9DF;
}
</style>
border-color css
<style>
span { border-color: #98E9DF; }
span { border-color: rgb(152,233,223); }
td.TdClassName
{
border-color: #98E9DF;
}
.TagClassName
{
border-color: #98E9DF;
}
</style>