Shades of Ice Cold #9FE2D3
Tints of Ice Cold #9FE2D3
RGB
CMYK
RGB Variations
Color information
#9FE2D3 (or 0x9FE2D3) is known color: Ice Cold. HEX triplet: 9F, E2 and D3. RGB value is (159,226,211). Sum of RGB (Red+Green+Blue) = 159+226+211=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE2D3 is #601D2C. Grayscale: #CCCCCC. Windows color (decimal): -6298925 or 13886111. OLE color: 13886111.
HSL color Cylindrical-coordinate representation of color #9FE2D3: hue angle of 166.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE2D3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 211 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.11 |
| HSL | 166.57º | 0.54% | 0.75% | - |
| HSV(B) | 166.57º | 0.3% | 0.89% | - |
| XYZ | 53.25 | 66.47 | 71.65 | - |
| YUV | 204.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 211 | 0.30 | 0 | 0.07 | 0.11 | 166.57 | 0.54 | 0.75 |
| Hex | 9F | E2 | D3 | 1E | 0 | 7 | B | A7 | 36 | 4B |
| Octal | 237 | 342 | 323 | 36 | 0 | 7 | 13 | 247 | 66 | 113 |
| Binary | 10011111 | 11100010 | 11010011 | 11110 | 0 | 111 | 1011 | 10100111 | 110110 | 1001011 |
Color Harmonies of #9FE2D3
Complementary color
Monochromatic Colors of #9FE2D3
Black with #9FE2D3
Text Example
Text Example
White with #9FE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2D3; }
p { color: rgb(159,226,211); }
H1.HeaderClassName
{
color: #9FE2D3;
}
.AnyTagClassName
{
color: #9FE2D3;
}
</style>
background-color css
<style>
a { background-color: #9FE2D3; }
a { background-color: rgb(159,226,211); }
div.DivClassName
{
background-color: #9FE2D3;
}
.BgClassName
{
background-color: #9FE2D3;
}
</style>
border-color css
<style>
span { border-color: #9FE2D3; }
span { border-color: rgb(159,226,211); }
td.TdClassName
{
border-color: #9FE2D3;
}
.TagClassName
{
border-color: #9FE2D3;
}
</style>