Shades of Ice Cold #97F3E0
Tints of Ice Cold #97F3E0
RGB
CMYK
RGB Variations
Color information
#97F3E0 (or 0x97F3E0) is known color: Ice Cold. HEX triplet: 97, F3 and E0. RGB value is (151,243,224). Sum of RGB (Red+Green+Blue) = 151+243+224=618 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.43% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #97F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F3E0 is #680C1F. Grayscale: #D5D5D5. Windows color (decimal): -6818848 or 14742423. OLE color: 14742423.
HSL color Cylindrical-coordinate representation of color #97F3E0: hue angle of 167.61º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F3E0 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 243 | 224 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.05 |
| HSL | 167.61º | 0.79% | 0.77% | - |
| HSV(B) | 167.61º | 0.38% | 0.95% | - |
| XYZ | 58.27 | 76.06 | 82.13 | - |
| YUV | 213.33 | 134.02 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 243 | 224 | 0.38 | 0 | 0.08 | 0.05 | 167.61 | 0.79 | 0.77 |
| Hex | 97 | F3 | E0 | 26 | 0 | 8 | 5 | A8 | 4F | 4D |
| Octal | 227 | 363 | 340 | 46 | 0 | 10 | 5 | 250 | 117 | 115 |
| Binary | 10010111 | 11110011 | 11100000 | 100110 | 0 | 1000 | 101 | 10101000 | 1001111 | 1001101 |
Color Harmonies of #97F3E0
Complementary color
Monochromatic Colors of #97F3E0
Black with #97F3E0
Text Example
Text Example
White with #97F3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F3E0; }
p { color: rgb(151,243,224); }
H1.HeaderClassName
{
color: #97F3E0;
}
.AnyTagClassName
{
color: #97F3E0;
}
</style>
background-color css
<style>
a { background-color: #97F3E0; }
a { background-color: rgb(151,243,224); }
div.DivClassName
{
background-color: #97F3E0;
}
.BgClassName
{
background-color: #97F3E0;
}
</style>
border-color css
<style>
span { border-color: #97F3E0; }
span { border-color: rgb(151,243,224); }
td.TdClassName
{
border-color: #97F3E0;
}
.TagClassName
{
border-color: #97F3E0;
}
</style>