Shades of Ice Cold #97F0DD
Tints of Ice Cold #97F0DD
RGB
CMYK
RGB Variations
Color information
#97F0DD (or 0x97F0DD) is known color: Ice Cold. HEX triplet: 97, F0 and DD. RGB value is (151,240,221). Sum of RGB (Red+Green+Blue) = 151+240+221=612 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.67% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #97F0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F0DD is #680F22. Grayscale: #D3D3D3. Windows color (decimal): -6819619 or 14545047. OLE color: 14545047.
HSL color Cylindrical-coordinate representation of color #97F0DD: hue angle of 167.19º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97F0DD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 240 | 221 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.06 |
| HSL | 167.19º | 0.75% | 0.77% | - |
| HSV(B) | 167.19º | 0.37% | 0.94% | - |
| XYZ | 56.97 | 74.12 | 79.71 | - |
| YUV | 211.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 240 | 221 | 0.37 | 0 | 0.08 | 0.06 | 167.19 | 0.75 | 0.77 |
| Hex | 97 | F0 | DD | 25 | 0 | 8 | 6 | A7 | 4B | 4D |
| Octal | 227 | 360 | 335 | 45 | 0 | 10 | 6 | 247 | 113 | 115 |
| Binary | 10010111 | 11110000 | 11011101 | 100101 | 0 | 1000 | 110 | 10100111 | 1001011 | 1001101 |
Color Harmonies of #97F0DD
Complementary color
Monochromatic Colors of #97F0DD
Black with #97F0DD
Text Example
Text Example
White with #97F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F0DD; }
p { color: rgb(151,240,221); }
H1.HeaderClassName
{
color: #97F0DD;
}
.AnyTagClassName
{
color: #97F0DD;
}
</style>
background-color css
<style>
a { background-color: #97F0DD; }
a { background-color: rgb(151,240,221); }
div.DivClassName
{
background-color: #97F0DD;
}
.BgClassName
{
background-color: #97F0DD;
}
</style>
border-color css
<style>
span { border-color: #97F0DD; }
span { border-color: rgb(151,240,221); }
td.TdClassName
{
border-color: #97F0DD;
}
.TagClassName
{
border-color: #97F0DD;
}
</style>