Shades of Ice Cold #98EBD9
Tints of Ice Cold #98EBD9
RGB
CMYK
RGB Variations
Color information
#98EBD9 (or 0x98EBD9) is known color: Ice Cold. HEX triplet: 98, EB and D9. RGB value is (152,235,217). Sum of RGB (Red+Green+Blue) = 152+235+217=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBD9 is #671426. Grayscale: #D0D0D0. Windows color (decimal): -6755367 or 14281624. OLE color: 14281624.
HSL color Cylindrical-coordinate representation of color #98EBD9: hue angle of 166.99º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EBD9 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 217 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.08 |
| HSL | 166.99º | 0.67% | 0.76% | - |
| HSV(B) | 166.99º | 0.35% | 0.92% | - |
| XYZ | 55.18 | 71.1 | 76.46 | - |
| YUV | 208.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 217 | 0.35 | 0 | 0.08 | 0.08 | 166.99 | 0.67 | 0.76 |
| Hex | 98 | EB | D9 | 23 | 0 | 8 | 8 | A7 | 43 | 4C |
| Octal | 230 | 353 | 331 | 43 | 0 | 10 | 10 | 247 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11011001 | 100011 | 0 | 1000 | 1000 | 10100111 | 1000011 | 1001100 |
Color Harmonies of #98EBD9
Complementary color
Monochromatic Colors of #98EBD9
Black with #98EBD9
Text Example
Text Example
White with #98EBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBD9; }
p { color: rgb(152,235,217); }
H1.HeaderClassName
{
color: #98EBD9;
}
.AnyTagClassName
{
color: #98EBD9;
}
</style>
background-color css
<style>
a { background-color: #98EBD9; }
a { background-color: rgb(152,235,217); }
div.DivClassName
{
background-color: #98EBD9;
}
.BgClassName
{
background-color: #98EBD9;
}
</style>
border-color css
<style>
span { border-color: #98EBD9; }
span { border-color: rgb(152,235,217); }
td.TdClassName
{
border-color: #98EBD9;
}
.TagClassName
{
border-color: #98EBD9;
}
</style>