Shades of Ice Cold #97EEE0
Tints of Ice Cold #97EEE0
RGB
CMYK
RGB Variations
Color information
#97EEE0 (or 0x97EEE0) is known color: Ice Cold. HEX triplet: 97, EE and E0. RGB value is (151,238,224). Sum of RGB (Red+Green+Blue) = 151+238+224=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #97EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EEE0 is #68111F. Grayscale: #D2D2D2. Windows color (decimal): -6820128 or 14741143. OLE color: 14741143.
HSL color Cylindrical-coordinate representation of color #97EEE0: hue angle of 170.34º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EEE0 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 238 | 224 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.07 |
| HSL | 170.34º | 0.72% | 0.76% | - |
| HSV(B) | 170.34º | 0.37% | 0.93% | - |
| XYZ | 56.79 | 73.11 | 81.64 | - |
| YUV | 210.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 238 | 224 | 0.37 | 0 | 0.06 | 0.07 | 170.34 | 0.72 | 0.76 |
| Hex | 97 | EE | E0 | 25 | 0 | 6 | 7 | AA | 48 | 4C |
| Octal | 227 | 356 | 340 | 45 | 0 | 6 | 7 | 252 | 110 | 114 |
| Binary | 10010111 | 11101110 | 11100000 | 100101 | 0 | 110 | 111 | 10101010 | 1001000 | 1001100 |
Color Harmonies of #97EEE0
Complementary color
Monochromatic Colors of #97EEE0
Black with #97EEE0
Text Example
Text Example
White with #97EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EEE0; }
p { color: rgb(151,238,224); }
H1.HeaderClassName
{
color: #97EEE0;
}
.AnyTagClassName
{
color: #97EEE0;
}
</style>
background-color css
<style>
a { background-color: #97EEE0; }
a { background-color: rgb(151,238,224); }
div.DivClassName
{
background-color: #97EEE0;
}
.BgClassName
{
background-color: #97EEE0;
}
</style>
border-color css
<style>
span { border-color: #97EEE0; }
span { border-color: rgb(151,238,224); }
td.TdClassName
{
border-color: #97EEE0;
}
.TagClassName
{
border-color: #97EEE0;
}
</style>