Shades of Water Leaf #9FFBE6
Tints of Water Leaf #9FFBE6
RGB
CMYK
RGB Variations
Color information
#9FFBE6 (or 0x9FFBE6) is known color: Water Leaf. HEX triplet: 9F, FB and E6. RGB value is (159,251,230). Sum of RGB (Red+Green+Blue) = 159+251+230=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBE6 is #600419. Grayscale: #DDDDDD. Windows color (decimal): -6292506 or 15137695. OLE color: 15137695.
HSL color Cylindrical-coordinate representation of color #9FFBE6: hue angle of 166.3º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBE6 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 230 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.02 |
| HSL | 166.3º | 0.92% | 0.8% | - |
| HSV(B) | 166.3º | 0.37% | 0.98% | - |
| XYZ | 63.08 | 82.08 | 87.38 | - |
| YUV | 221.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 230 | 0.37 | 0 | 0.08 | 0.02 | 166.3 | 0.92 | 0.8 |
| Hex | 9F | FB | E6 | 25 | 0 | 8 | 2 | A6 | 5C | 50 |
| Octal | 237 | 373 | 346 | 45 | 0 | 10 | 2 | 246 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11100110 | 100101 | 0 | 1000 | 10 | 10100110 | 1011100 | 1010000 |
Color Harmonies of #9FFBE6
Complementary color
Monochromatic Colors of #9FFBE6
Black with #9FFBE6
Text Example
Text Example
White with #9FFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBE6; }
p { color: rgb(159,251,230); }
H1.HeaderClassName
{
color: #9FFBE6;
}
.AnyTagClassName
{
color: #9FFBE6;
}
</style>
background-color css
<style>
a { background-color: #9FFBE6; }
a { background-color: rgb(159,251,230); }
div.DivClassName
{
background-color: #9FFBE6;
}
.BgClassName
{
background-color: #9FFBE6;
}
</style>
border-color css
<style>
span { border-color: #9FFBE6; }
span { border-color: rgb(159,251,230); }
td.TdClassName
{
border-color: #9FFBE6;
}
.TagClassName
{
border-color: #9FFBE6;
}
</style>