Shades of Ice Cold #99F1E0
Tints of Ice Cold #99F1E0
RGB
CMYK
RGB Variations
Color information
#99F1E0 (or 0x99F1E0) is known color: Ice Cold. HEX triplet: 99, F1 and E0. RGB value is (153,241,224). Sum of RGB (Red+Green+Blue) = 153+241+224=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1E0 is #660E1F. Grayscale: #D4D4D4. Windows color (decimal): -6688288 or 14741913. OLE color: 14741913.
HSL color Cylindrical-coordinate representation of color #99F1E0: hue angle of 168.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1E0 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 224 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.05 |
| HSL | 168.41º | 0.76% | 0.77% | - |
| HSV(B) | 168.41º | 0.37% | 0.95% | - |
| XYZ | 58.05 | 75.06 | 81.95 | - |
| YUV | 212.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 224 | 0.37 | 0 | 0.07 | 0.05 | 168.41 | 0.76 | 0.77 |
| Hex | 99 | F1 | E0 | 25 | 0 | 7 | 5 | A8 | 4C | 4D |
| Octal | 231 | 361 | 340 | 45 | 0 | 7 | 5 | 250 | 114 | 115 |
| Binary | 10011001 | 11110001 | 11100000 | 100101 | 0 | 111 | 101 | 10101000 | 1001100 | 1001101 |
Color Harmonies of #99F1E0
Complementary color
Monochromatic Colors of #99F1E0
Black with #99F1E0
Text Example
Text Example
White with #99F1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F1E0; }
p { color: rgb(153,241,224); }
H1.HeaderClassName
{
color: #99F1E0;
}
.AnyTagClassName
{
color: #99F1E0;
}
</style>
background-color css
<style>
a { background-color: #99F1E0; }
a { background-color: rgb(153,241,224); }
div.DivClassName
{
background-color: #99F1E0;
}
.BgClassName
{
background-color: #99F1E0;
}
</style>
border-color css
<style>
span { border-color: #99F1E0; }
span { border-color: rgb(153,241,224); }
td.TdClassName
{
border-color: #99F1E0;
}
.TagClassName
{
border-color: #99F1E0;
}
</style>