Shades of Ice Cold #98EEE1
Tints of Ice Cold #98EEE1
RGB
CMYK
RGB Variations
Color information
#98EEE1 (or 0x98EEE1) is known color: Ice Cold. HEX triplet: 98, EE and E1. RGB value is (152,238,225). Sum of RGB (Red+Green+Blue) = 152+238+225=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEE1 is #67111E. Grayscale: #D2D2D2. Windows color (decimal): -6754591 or 14806680. OLE color: 14806680.
HSL color Cylindrical-coordinate representation of color #98EEE1: hue angle of 170.93º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEE1 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 225 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.07 |
| HSL | 170.93º | 0.72% | 0.76% | - |
| HSV(B) | 170.93º | 0.36% | 0.93% | - |
| XYZ | 57.11 | 73.26 | 82.36 | - |
| YUV | 210.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 225 | 0.36 | 0 | 0.05 | 0.07 | 170.93 | 0.72 | 0.76 |
| Hex | 98 | EE | E1 | 24 | 0 | 5 | 7 | AB | 48 | 4C |
| Octal | 230 | 356 | 341 | 44 | 0 | 5 | 7 | 253 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11100001 | 100100 | 0 | 101 | 111 | 10101011 | 1001000 | 1001100 |
Color Harmonies of #98EEE1
Complementary color
Monochromatic Colors of #98EEE1
Black with #98EEE1
Text Example
Text Example
White with #98EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEE1; }
p { color: rgb(152,238,225); }
H1.HeaderClassName
{
color: #98EEE1;
}
.AnyTagClassName
{
color: #98EEE1;
}
</style>
background-color css
<style>
a { background-color: #98EEE1; }
a { background-color: rgb(152,238,225); }
div.DivClassName
{
background-color: #98EEE1;
}
.BgClassName
{
background-color: #98EEE1;
}
</style>
border-color css
<style>
span { border-color: #98EEE1; }
span { border-color: rgb(152,238,225); }
td.TdClassName
{
border-color: #98EEE1;
}
.TagClassName
{
border-color: #98EEE1;
}
</style>