Shades of Ice Cold #98EEE0
Tints of Ice Cold #98EEE0
RGB
CMYK
RGB Variations
Color information
#98EEE0 (or 0x98EEE0) is known color: Ice Cold. HEX triplet: 98, EE and E0. RGB value is (152,238,224). Sum of RGB (Red+Green+Blue) = 152+238+224=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEE0 is #67111F. Grayscale: #D2D2D2. Windows color (decimal): -6754592 or 14741144. OLE color: 14741144.
HSL color Cylindrical-coordinate representation of color #98EEE0: hue angle of 170.23º 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 #98EEE0 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 238 | 224 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.07 |
| HSL | 170.23º | 0.72% | 0.76% | - |
| HSV(B) | 170.23º | 0.36% | 0.93% | - |
| XYZ | 56.98 | 73.21 | 81.65 | - |
| YUV | 210.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 238 | 224 | 0.36 | 0 | 0.06 | 0.07 | 170.23 | 0.72 | 0.76 |
| Hex | 98 | EE | E0 | 24 | 0 | 6 | 7 | AA | 48 | 4C |
| Octal | 230 | 356 | 340 | 44 | 0 | 6 | 7 | 252 | 110 | 114 |
| Binary | 10011000 | 11101110 | 11100000 | 100100 | 0 | 110 | 111 | 10101010 | 1001000 | 1001100 |
Color Harmonies of #98EEE0
Complementary color
Monochromatic Colors of #98EEE0
Black with #98EEE0
Text Example
Text Example
White with #98EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EEE0; }
p { color: rgb(152,238,224); }
H1.HeaderClassName
{
color: #98EEE0;
}
.AnyTagClassName
{
color: #98EEE0;
}
</style>
background-color css
<style>
a { background-color: #98EEE0; }
a { background-color: rgb(152,238,224); }
div.DivClassName
{
background-color: #98EEE0;
}
.BgClassName
{
background-color: #98EEE0;
}
</style>
border-color css
<style>
span { border-color: #98EEE0; }
span { border-color: rgb(152,238,224); }
td.TdClassName
{
border-color: #98EEE0;
}
.TagClassName
{
border-color: #98EEE0;
}
</style>