Shades of Water Leaf #B9EFDF
Tints of Water Leaf #B9EFDF
RGB
CMYK
RGB Variations
Color information
#B9EFDF (or 0xB9EFDF) is known color: Water Leaf. HEX triplet: B9, EF and DF. RGB value is (185,239,223). Sum of RGB (Red+Green+Blue) = 185+239+223=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFDF is #461020. Grayscale: #DDDDDD. Windows color (decimal): -4591649 or 14675897. OLE color: 14675897.
HSL color Cylindrical-coordinate representation of color #B9EFDF: hue angle of 162.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFDF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 223 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.06 |
| HSL | 162.22º | 0.63% | 0.83% | - |
| HSV(B) | 162.22º | 0.23% | 0.94% | - |
| XYZ | 64.19 | 77.38 | 81.36 | - |
| YUV | 221.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 223 | 0.23 | 0 | 0.07 | 0.06 | 162.22 | 0.63 | 0.83 |
| Hex | B9 | EF | DF | 17 | 0 | 7 | 6 | A2 | 3F | 53 |
| Octal | 271 | 357 | 337 | 27 | 0 | 7 | 6 | 242 | 77 | 123 |
| Binary | 10111001 | 11101111 | 11011111 | 10111 | 0 | 111 | 110 | 10100010 | 111111 | 1010011 |
Color Harmonies of #B9EFDF
Complementary color
Monochromatic Colors of #B9EFDF
Black with #B9EFDF
Text Example
Text Example
White with #B9EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFDF; }
p { color: rgb(185,239,223); }
H1.HeaderClassName
{
color: #B9EFDF;
}
.AnyTagClassName
{
color: #B9EFDF;
}
</style>
background-color css
<style>
a { background-color: #B9EFDF; }
a { background-color: rgb(185,239,223); }
div.DivClassName
{
background-color: #B9EFDF;
}
.BgClassName
{
background-color: #B9EFDF;
}
</style>
border-color css
<style>
span { border-color: #B9EFDF; }
span { border-color: rgb(185,239,223); }
td.TdClassName
{
border-color: #B9EFDF;
}
.TagClassName
{
border-color: #B9EFDF;
}
</style>