Shades of Ice Cold #98EDD8
Tints of Ice Cold #98EDD8
RGB
CMYK
RGB Variations
Color information
#98EDD8 (or 0x98EDD8) is known color: Ice Cold. HEX triplet: 98, ED and D8. RGB value is (152,237,216). Sum of RGB (Red+Green+Blue) = 152+237+216=605 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.12% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDD8 is #671227. Grayscale: #D1D1D1. Windows color (decimal): -6754856 or 14216600. OLE color: 14216600.
HSL color Cylindrical-coordinate representation of color #98EDD8: hue angle of 165.18º degrees, saturation: 0.7, 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 #98EDD8 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 237 | 216 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.07 |
| HSL | 165.18º | 0.7% | 0.76% | - |
| HSV(B) | 165.18º | 0.36% | 0.93% | - |
| XYZ | 55.63 | 72.2 | 75.97 | - |
| YUV | 209.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 237 | 216 | 0.36 | 0 | 0.09 | 0.07 | 165.18 | 0.7 | 0.76 |
| Hex | 98 | ED | D8 | 24 | 0 | 9 | 7 | A5 | 46 | 4C |
| Octal | 230 | 355 | 330 | 44 | 0 | 11 | 7 | 245 | 106 | 114 |
| Binary | 10011000 | 11101101 | 11011000 | 100100 | 0 | 1001 | 111 | 10100101 | 1000110 | 1001100 |
Color Harmonies of #98EDD8
Complementary color
Monochromatic Colors of #98EDD8
Black with #98EDD8
Text Example
Text Example
White with #98EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EDD8; }
p { color: rgb(152,237,216); }
H1.HeaderClassName
{
color: #98EDD8;
}
.AnyTagClassName
{
color: #98EDD8;
}
</style>
background-color css
<style>
a { background-color: #98EDD8; }
a { background-color: rgb(152,237,216); }
div.DivClassName
{
background-color: #98EDD8;
}
.BgClassName
{
background-color: #98EDD8;
}
</style>
border-color css
<style>
span { border-color: #98EDD8; }
span { border-color: rgb(152,237,216); }
td.TdClassName
{
border-color: #98EDD8;
}
.TagClassName
{
border-color: #98EDD8;
}
</style>