Shades of Ice Cold #98E8D9
Tints of Ice Cold #98E8D9
RGB
CMYK
RGB Variations
Color information
#98E8D9 (or 0x98E8D9) is known color: Ice Cold. HEX triplet: 98, E8 and D9. RGB value is (152,232,217). Sum of RGB (Red+Green+Blue) = 152+232+217=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #98E8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E8D9 is #671726. Grayscale: #CECECE. Windows color (decimal): -6756135 or 14280856. OLE color: 14280856.
HSL color Cylindrical-coordinate representation of color #98E8D9: hue angle of 168.75º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E8D9 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 232 | 217 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.09 |
| HSL | 168.75º | 0.63% | 0.75% | - |
| HSV(B) | 168.75º | 0.34% | 0.91% | - |
| XYZ | 54.33 | 69.4 | 76.18 | - |
| YUV | 206.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 232 | 217 | 0.34 | 0 | 0.06 | 0.09 | 168.75 | 0.63 | 0.75 |
| Hex | 98 | E8 | D9 | 22 | 0 | 6 | 9 | A9 | 3F | 4B |
| Octal | 230 | 350 | 331 | 42 | 0 | 6 | 11 | 251 | 77 | 113 |
| Binary | 10011000 | 11101000 | 11011001 | 100010 | 0 | 110 | 1001 | 10101001 | 111111 | 1001011 |
Color Harmonies of #98E8D9
Complementary color
Monochromatic Colors of #98E8D9
Black with #98E8D9
Text Example
Text Example
White with #98E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E8D9; }
p { color: rgb(152,232,217); }
H1.HeaderClassName
{
color: #98E8D9;
}
.AnyTagClassName
{
color: #98E8D9;
}
</style>
background-color css
<style>
a { background-color: #98E8D9; }
a { background-color: rgb(152,232,217); }
div.DivClassName
{
background-color: #98E8D9;
}
.BgClassName
{
background-color: #98E8D9;
}
</style>
border-color css
<style>
span { border-color: #98E8D9; }
span { border-color: rgb(152,232,217); }
td.TdClassName
{
border-color: #98E8D9;
}
.TagClassName
{
border-color: #98E8D9;
}
</style>