Shades of Water Leaf #B9FDEF
Tints of Water Leaf #B9FDEF
RGB
CMYK
RGB Variations
Color information
#B9FDEF (or 0xB9FDEF) is known color: Water Leaf. HEX triplet: B9, FD and EF. RGB value is (185,253,239). Sum of RGB (Red+Green+Blue) = 185+253+239=677 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.33% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FDEF is #460210. Grayscale: #E7E7E7. Windows color (decimal): -4588049 or 15728057. OLE color: 15728057.
HSL color Cylindrical-coordinate representation of color #B9FDEF: hue angle of 167.65º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDEF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 253 | 239 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.01 |
| HSL | 167.65º | 0.94% | 0.86% | - |
| HSV(B) | 167.65º | 0.27% | 0.99% | - |
| XYZ | 70.71 | 86.8 | 94.69 | - |
| YUV | 231.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 253 | 239 | 0.27 | 0 | 0.06 | 0.01 | 167.65 | 0.94 | 0.86 |
| Hex | B9 | FD | EF | 1B | 0 | 6 | 1 | A8 | 5E | 56 |
| Octal | 271 | 375 | 357 | 33 | 0 | 6 | 1 | 250 | 136 | 126 |
| Binary | 10111001 | 11111101 | 11101111 | 11011 | 0 | 110 | 1 | 10101000 | 1011110 | 1010110 |
Color Harmonies of #B9FDEF
Complementary color
Monochromatic Colors of #B9FDEF
Black with #B9FDEF
Text Example
Text Example
White with #B9FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDEF; }
p { color: rgb(185,253,239); }
H1.HeaderClassName
{
color: #B9FDEF;
}
.AnyTagClassName
{
color: #B9FDEF;
}
</style>
background-color css
<style>
a { background-color: #B9FDEF; }
a { background-color: rgb(185,253,239); }
div.DivClassName
{
background-color: #B9FDEF;
}
.BgClassName
{
background-color: #B9FDEF;
}
</style>
border-color css
<style>
span { border-color: #B9FDEF; }
span { border-color: rgb(185,253,239); }
td.TdClassName
{
border-color: #B9FDEF;
}
.TagClassName
{
border-color: #B9FDEF;
}
</style>