Shades of Ice Cold #97EFE1
Tints of Ice Cold #97EFE1
RGB
CMYK
RGB Variations
Color information
#97EFE1 (or 0x97EFE1) is known color: Ice Cold. HEX triplet: 97, EF and E1. RGB value is (151,239,225). Sum of RGB (Red+Green+Blue) = 151+239+225=615 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.55% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFE1 is #68101E. Grayscale: #D3D3D3. Windows color (decimal): -6819871 or 14806935. OLE color: 14806935.
HSL color Cylindrical-coordinate representation of color #97EFE1: hue angle of 170.45º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFE1 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 239 | 225 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.06 |
| HSL | 170.45º | 0.73% | 0.76% | - |
| HSV(B) | 170.45º | 0.37% | 0.94% | - |
| XYZ | 57.22 | 73.75 | 82.45 | - |
| YUV | 211.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 239 | 225 | 0.37 | 0 | 0.06 | 0.06 | 170.45 | 0.73 | 0.76 |
| Hex | 97 | EF | E1 | 25 | 0 | 6 | 6 | AA | 49 | 4C |
| Octal | 227 | 357 | 341 | 45 | 0 | 6 | 6 | 252 | 111 | 114 |
| Binary | 10010111 | 11101111 | 11100001 | 100101 | 0 | 110 | 110 | 10101010 | 1001001 | 1001100 |
Color Harmonies of #97EFE1
Complementary color
Monochromatic Colors of #97EFE1
Black with #97EFE1
Text Example
Text Example
White with #97EFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EFE1; }
p { color: rgb(151,239,225); }
H1.HeaderClassName
{
color: #97EFE1;
}
.AnyTagClassName
{
color: #97EFE1;
}
</style>
background-color css
<style>
a { background-color: #97EFE1; }
a { background-color: rgb(151,239,225); }
div.DivClassName
{
background-color: #97EFE1;
}
.BgClassName
{
background-color: #97EFE1;
}
</style>
border-color css
<style>
span { border-color: #97EFE1; }
span { border-color: rgb(151,239,225); }
td.TdClassName
{
border-color: #97EFE1;
}
.TagClassName
{
border-color: #97EFE1;
}
</style>