Shades of Ice Cold #98EBE0
Tints of Ice Cold #98EBE0
RGB
CMYK
RGB Variations
Color information
#98EBE0 (or 0x98EBE0) is known color: Ice Cold. HEX triplet: 98, EB and E0. RGB value is (152,235,224). Sum of RGB (Red+Green+Blue) = 152+235+224=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBE0 is #67141F. Grayscale: #D0D0D0. Windows color (decimal): -6755360 or 14740376. OLE color: 14740376.
HSL color Cylindrical-coordinate representation of color #98EBE0: hue angle of 172.05º 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 #98EBE0 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 224 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.08 |
| HSL | 172.05º | 0.67% | 0.76% | - |
| HSV(B) | 172.05º | 0.35% | 0.92% | - |
| XYZ | 56.11 | 71.47 | 81.36 | - |
| YUV | 208.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 224 | 0.35 | 0 | 0.05 | 0.08 | 172.05 | 0.67 | 0.76 |
| Hex | 98 | EB | E0 | 23 | 0 | 5 | 8 | AC | 43 | 4C |
| Octal | 230 | 353 | 340 | 43 | 0 | 5 | 10 | 254 | 103 | 114 |
| Binary | 10011000 | 11101011 | 11100000 | 100011 | 0 | 101 | 1000 | 10101100 | 1000011 | 1001100 |
Color Harmonies of #98EBE0
Complementary color
Monochromatic Colors of #98EBE0
Black with #98EBE0
Text Example
Text Example
White with #98EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EBE0; }
p { color: rgb(152,235,224); }
H1.HeaderClassName
{
color: #98EBE0;
}
.AnyTagClassName
{
color: #98EBE0;
}
</style>
background-color css
<style>
a { background-color: #98EBE0; }
a { background-color: rgb(152,235,224); }
div.DivClassName
{
background-color: #98EBE0;
}
.BgClassName
{
background-color: #98EBE0;
}
</style>
border-color css
<style>
span { border-color: #98EBE0; }
span { border-color: rgb(152,235,224); }
td.TdClassName
{
border-color: #98EBE0;
}
.TagClassName
{
border-color: #98EBE0;
}
</style>