Shades of Ice Cold #98F3E0
Tints of Ice Cold #98F3E0
RGB
CMYK
RGB Variations
Color information
#98F3E0 (or 0x98F3E0) is known color: Ice Cold. HEX triplet: 98, F3 and E0. RGB value is (152,243,224). Sum of RGB (Red+Green+Blue) = 152+243+224=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #98F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F3E0 is #670C1F. Grayscale: #D5D5D5. Windows color (decimal): -6753312 or 14742424. OLE color: 14742424.
HSL color Cylindrical-coordinate representation of color #98F3E0: hue angle of 167.47º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F3E0 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 224 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.05 |
| HSL | 167.47º | 0.79% | 0.77% | - |
| HSV(B) | 167.47º | 0.37% | 0.95% | - |
| XYZ | 58.45 | 76.16 | 82.14 | - |
| YUV | 213.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 224 | 0.37 | 0 | 0.08 | 0.05 | 167.47 | 0.79 | 0.77 |
| Hex | 98 | F3 | E0 | 25 | 0 | 8 | 5 | A7 | 4F | 4D |
| Octal | 230 | 363 | 340 | 45 | 0 | 10 | 5 | 247 | 117 | 115 |
| Binary | 10011000 | 11110011 | 11100000 | 100101 | 0 | 1000 | 101 | 10100111 | 1001111 | 1001101 |
Color Harmonies of #98F3E0
Complementary color
Monochromatic Colors of #98F3E0
Black with #98F3E0
Text Example
Text Example
White with #98F3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F3E0; }
p { color: rgb(152,243,224); }
H1.HeaderClassName
{
color: #98F3E0;
}
.AnyTagClassName
{
color: #98F3E0;
}
</style>
background-color css
<style>
a { background-color: #98F3E0; }
a { background-color: rgb(152,243,224); }
div.DivClassName
{
background-color: #98F3E0;
}
.BgClassName
{
background-color: #98F3E0;
}
</style>
border-color css
<style>
span { border-color: #98F3E0; }
span { border-color: rgb(152,243,224); }
td.TdClassName
{
border-color: #98F3E0;
}
.TagClassName
{
border-color: #98F3E0;
}
</style>