Shades of Ice Cold #97EBDD
Tints of Ice Cold #97EBDD
RGB
CMYK
RGB Variations
Color information
#97EBDD (or 0x97EBDD) is known color: Ice Cold. HEX triplet: 97, EB and DD. RGB value is (151,235,221). Sum of RGB (Red+Green+Blue) = 151+235+221=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBDD is #681422. Grayscale: #D0D0D0. Windows color (decimal): -6820899 or 14543767. OLE color: 14543767.
HSL color Cylindrical-coordinate representation of color #97EBDD: hue angle of 170º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBDD is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 221 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.08 |
| HSL | 170º | 0.68% | 0.76% | - |
| HSV(B) | 170º | 0.36% | 0.92% | - |
| XYZ | 55.52 | 71.22 | 79.23 | - |
| YUV | 208.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 221 | 0.36 | 0 | 0.06 | 0.08 | 170 | 0.68 | 0.76 |
| Hex | 97 | EB | DD | 24 | 0 | 6 | 8 | AA | 44 | 4C |
| Octal | 227 | 353 | 335 | 44 | 0 | 6 | 10 | 252 | 104 | 114 |
| Binary | 10010111 | 11101011 | 11011101 | 100100 | 0 | 110 | 1000 | 10101010 | 1000100 | 1001100 |
Color Harmonies of #97EBDD
Complementary color
Monochromatic Colors of #97EBDD
Black with #97EBDD
Text Example
Text Example
White with #97EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBDD; }
p { color: rgb(151,235,221); }
H1.HeaderClassName
{
color: #97EBDD;
}
.AnyTagClassName
{
color: #97EBDD;
}
</style>
background-color css
<style>
a { background-color: #97EBDD; }
a { background-color: rgb(151,235,221); }
div.DivClassName
{
background-color: #97EBDD;
}
.BgClassName
{
background-color: #97EBDD;
}
</style>
border-color css
<style>
span { border-color: #97EBDD; }
span { border-color: rgb(151,235,221); }
td.TdClassName
{
border-color: #97EBDD;
}
.TagClassName
{
border-color: #97EBDD;
}
</style>