Shades of Ice Cold #98ECDB
Tints of Ice Cold #98ECDB
RGB
CMYK
RGB Variations
Color information
#98ECDB (or 0x98ECDB) is known color: Ice Cold. HEX triplet: 98, EC and DB. RGB value is (152,236,219). Sum of RGB (Red+Green+Blue) = 152+236+219=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #98ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98ECDB is #671324. Grayscale: #D0D0D0. Windows color (decimal): -6755109 or 14412952. OLE color: 14412952.
HSL color Cylindrical-coordinate representation of color #98ECDB: hue angle of 167.86º degrees, saturation: 0.69, 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 #98ECDB is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 219 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.07 |
| HSL | 167.86º | 0.69% | 0.76% | - |
| HSV(B) | 167.86º | 0.36% | 0.93% | - |
| XYZ | 55.73 | 71.78 | 77.94 | - |
| YUV | 208.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 219 | 0.36 | 0 | 0.07 | 0.07 | 167.86 | 0.69 | 0.76 |
| Hex | 98 | EC | DB | 24 | 0 | 7 | 7 | A8 | 45 | 4C |
| Octal | 230 | 354 | 333 | 44 | 0 | 7 | 7 | 250 | 105 | 114 |
| Binary | 10011000 | 11101100 | 11011011 | 100100 | 0 | 111 | 111 | 10101000 | 1000101 | 1001100 |
Color Harmonies of #98ECDB
Complementary color
Monochromatic Colors of #98ECDB
Black with #98ECDB
Text Example
Text Example
White with #98ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ECDB; }
p { color: rgb(152,236,219); }
H1.HeaderClassName
{
color: #98ECDB;
}
.AnyTagClassName
{
color: #98ECDB;
}
</style>
background-color css
<style>
a { background-color: #98ECDB; }
a { background-color: rgb(152,236,219); }
div.DivClassName
{
background-color: #98ECDB;
}
.BgClassName
{
background-color: #98ECDB;
}
</style>
border-color css
<style>
span { border-color: #98ECDB; }
span { border-color: rgb(152,236,219); }
td.TdClassName
{
border-color: #98ECDB;
}
.TagClassName
{
border-color: #98ECDB;
}
</style>