Shades of Water Leaf #B9EFE6
Tints of Water Leaf #B9EFE6
RGB
CMYK
RGB Variations
Color information
#B9EFE6 (or 0xB9EFE6) is known color: Water Leaf. HEX triplet: B9, EF and E6. RGB value is (185,239,230). Sum of RGB (Red+Green+Blue) = 185+239+230=654 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.29% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFE6 is #461019. Grayscale: #DDDDDD. Windows color (decimal): -4591642 or 15134649. OLE color: 15134649.
HSL color Cylindrical-coordinate representation of color #B9EFE6: hue angle of 170º 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 #B9EFE6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 239 | 230 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.06 |
| HSL | 170º | 0.63% | 0.83% | - |
| HSV(B) | 170º | 0.23% | 0.94% | - |
| XYZ | 65.16 | 77.76 | 86.44 | - |
| YUV | 221.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 230 | 0.23 | 0 | 0.04 | 0.06 | 170 | 0.63 | 0.83 |
| Hex | B9 | EF | E6 | 17 | 0 | 4 | 6 | AA | 3F | 53 |
| Octal | 271 | 357 | 346 | 27 | 0 | 4 | 6 | 252 | 77 | 123 |
| Binary | 10111001 | 11101111 | 11100110 | 10111 | 0 | 100 | 110 | 10101010 | 111111 | 1010011 |
Color Harmonies of #B9EFE6
Complementary color
Monochromatic Colors of #B9EFE6
Black with #B9EFE6
Text Example
Text Example
White with #B9EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFE6; }
p { color: rgb(185,239,230); }
H1.HeaderClassName
{
color: #B9EFE6;
}
.AnyTagClassName
{
color: #B9EFE6;
}
</style>
background-color css
<style>
a { background-color: #B9EFE6; }
a { background-color: rgb(185,239,230); }
div.DivClassName
{
background-color: #B9EFE6;
}
.BgClassName
{
background-color: #B9EFE6;
}
</style>
border-color css
<style>
span { border-color: #B9EFE6; }
span { border-color: rgb(185,239,230); }
td.TdClassName
{
border-color: #B9EFE6;
}
.TagClassName
{
border-color: #B9EFE6;
}
</style>