Shades of Water Leaf #9FFDE6
Tints of Water Leaf #9FFDE6
RGB
CMYK
RGB Variations
Color information
#9FFDE6 (or 0x9FFDE6) is known color: Water Leaf. HEX triplet: 9F, FD and E6. RGB value is (159,253,230). Sum of RGB (Red+Green+Blue) = 159+253+230=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFDE6 is #600219. Grayscale: #DEDEDE. Windows color (decimal): -6291994 or 15138207. OLE color: 15138207.
HSL color Cylindrical-coordinate representation of color #9FFDE6: hue angle of 165.32º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFDE6 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 253 | 230 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.01 |
| HSL | 165.32º | 0.96% | 0.81% | - |
| HSV(B) | 165.32º | 0.37% | 0.99% | - |
| XYZ | 63.71 | 83.33 | 87.59 | - |
| YUV | 222.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 253 | 230 | 0.37 | 0 | 0.09 | 0.01 | 165.32 | 0.96 | 0.81 |
| Hex | 9F | FD | E6 | 25 | 0 | 9 | 1 | A5 | 60 | 51 |
| Octal | 237 | 375 | 346 | 45 | 0 | 11 | 1 | 245 | 140 | 121 |
| Binary | 10011111 | 11111101 | 11100110 | 100101 | 0 | 1001 | 1 | 10100101 | 1100000 | 1010001 |
Color Harmonies of #9FFDE6
Complementary color
Monochromatic Colors of #9FFDE6
Black with #9FFDE6
Text Example
Text Example
White with #9FFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFDE6; }
p { color: rgb(159,253,230); }
H1.HeaderClassName
{
color: #9FFDE6;
}
.AnyTagClassName
{
color: #9FFDE6;
}
</style>
background-color css
<style>
a { background-color: #9FFDE6; }
a { background-color: rgb(159,253,230); }
div.DivClassName
{
background-color: #9FFDE6;
}
.BgClassName
{
background-color: #9FFDE6;
}
</style>
border-color css
<style>
span { border-color: #9FFDE6; }
span { border-color: rgb(159,253,230); }
td.TdClassName
{
border-color: #9FFDE6;
}
.TagClassName
{
border-color: #9FFDE6;
}
</style>