Shades of Ice Cold #9FECDA
Tints of Ice Cold #9FECDA
RGB
CMYK
RGB Variations
Color information
#9FECDA (or 0x9FECDA) is known color: Ice Cold. HEX triplet: 9F, EC and DA. RGB value is (159,236,218). Sum of RGB (Red+Green+Blue) = 159+236+218=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDA is #601325. Grayscale: #D2D2D2. Windows color (decimal): -6296358 or 14347423. OLE color: 14347423.
HSL color Cylindrical-coordinate representation of color #9FECDA: hue angle of 165.97º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECDA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 218 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.07 |
| HSL | 165.97º | 0.67% | 0.77% | - |
| HSV(B) | 165.97º | 0.33% | 0.93% | - |
| XYZ | 56.95 | 72.42 | 77.31 | - |
| YUV | 210.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 218 | 0.33 | 0 | 0.08 | 0.07 | 165.97 | 0.67 | 0.77 |
| Hex | 9F | EC | DA | 21 | 0 | 8 | 7 | A6 | 43 | 4D |
| Octal | 237 | 354 | 332 | 41 | 0 | 10 | 7 | 246 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11011010 | 100001 | 0 | 1000 | 111 | 10100110 | 1000011 | 1001101 |
Color Harmonies of #9FECDA
Complementary color
Monochromatic Colors of #9FECDA
Black with #9FECDA
Text Example
Text Example
White with #9FECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECDA; }
p { color: rgb(159,236,218); }
H1.HeaderClassName
{
color: #9FECDA;
}
.AnyTagClassName
{
color: #9FECDA;
}
</style>
background-color css
<style>
a { background-color: #9FECDA; }
a { background-color: rgb(159,236,218); }
div.DivClassName
{
background-color: #9FECDA;
}
.BgClassName
{
background-color: #9FECDA;
}
</style>
border-color css
<style>
span { border-color: #9FECDA; }
span { border-color: rgb(159,236,218); }
td.TdClassName
{
border-color: #9FECDA;
}
.TagClassName
{
border-color: #9FECDA;
}
</style>