Shades of Ice Cold #99F1DD
Tints of Ice Cold #99F1DD
RGB
CMYK
RGB Variations
Color information
#99F1DD (or 0x99F1DD) is known color: Ice Cold. HEX triplet: 99, F1 and DD. RGB value is (153,241,221). Sum of RGB (Red+Green+Blue) = 153+241+221=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1DD is #660E22. Grayscale: #D4D4D4. Windows color (decimal): -6688291 or 14545305. OLE color: 14545305.
HSL color Cylindrical-coordinate representation of color #99F1DD: hue angle of 166.36º 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 #99F1DD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 221 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.05 |
| HSL | 166.36º | 0.76% | 0.77% | - |
| HSV(B) | 166.36º | 0.37% | 0.95% | - |
| XYZ | 57.64 | 74.9 | 79.83 | - |
| YUV | 212.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 221 | 0.37 | 0 | 0.08 | 0.05 | 166.36 | 0.76 | 0.77 |
| Hex | 99 | F1 | DD | 25 | 0 | 8 | 5 | A6 | 4C | 4D |
| Octal | 231 | 361 | 335 | 45 | 0 | 10 | 5 | 246 | 114 | 115 |
| Binary | 10011001 | 11110001 | 11011101 | 100101 | 0 | 1000 | 101 | 10100110 | 1001100 | 1001101 |
Color Harmonies of #99F1DD
Complementary color
Monochromatic Colors of #99F1DD
Black with #99F1DD
Text Example
Text Example
White with #99F1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F1DD; }
p { color: rgb(153,241,221); }
H1.HeaderClassName
{
color: #99F1DD;
}
.AnyTagClassName
{
color: #99F1DD;
}
</style>
background-color css
<style>
a { background-color: #99F1DD; }
a { background-color: rgb(153,241,221); }
div.DivClassName
{
background-color: #99F1DD;
}
.BgClassName
{
background-color: #99F1DD;
}
</style>
border-color css
<style>
span { border-color: #99F1DD; }
span { border-color: rgb(153,241,221); }
td.TdClassName
{
border-color: #99F1DD;
}
.TagClassName
{
border-color: #99F1DD;
}
</style>