Shades of Water Leaf #B5F9EC
Tints of Water Leaf #B5F9EC
RGB
CMYK
RGB Variations
Color information
#B5F9EC (or 0xB5F9EC) is known color: Water Leaf. HEX triplet: B5, F9 and EC. RGB value is (181,249,236). Sum of RGB (Red+Green+Blue) = 181+249+236=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F9EC is #4A0613. Grayscale: #E3E3E3. Windows color (decimal): -4851220 or 15530421. OLE color: 15530421.
HSL color Cylindrical-coordinate representation of color #B5F9EC: hue angle of 168.53º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F9EC is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 249 | 236 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.02 |
| HSL | 168.53º | 0.85% | 0.84% | - |
| HSV(B) | 168.53º | 0.27% | 0.98% | - |
| XYZ | 68.07 | 83.63 | 91.91 | - |
| YUV | 227.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 249 | 236 | 0.27 | 0 | 0.05 | 0.02 | 168.53 | 0.85 | 0.84 |
| Hex | B5 | F9 | EC | 1B | 0 | 5 | 2 | A9 | 55 | 54 |
| Octal | 265 | 371 | 354 | 33 | 0 | 5 | 2 | 251 | 125 | 124 |
| Binary | 10110101 | 11111001 | 11101100 | 11011 | 0 | 101 | 10 | 10101001 | 1010101 | 1010100 |
Color Harmonies of #B5F9EC
Complementary color
Monochromatic Colors of #B5F9EC
Black with #B5F9EC
Text Example
Text Example
White with #B5F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F9EC; }
p { color: rgb(181,249,236); }
H1.HeaderClassName
{
color: #B5F9EC;
}
.AnyTagClassName
{
color: #B5F9EC;
}
</style>
background-color css
<style>
a { background-color: #B5F9EC; }
a { background-color: rgb(181,249,236); }
div.DivClassName
{
background-color: #B5F9EC;
}
.BgClassName
{
background-color: #B5F9EC;
}
</style>
border-color css
<style>
span { border-color: #B5F9EC; }
span { border-color: rgb(181,249,236); }
td.TdClassName
{
border-color: #B5F9EC;
}
.TagClassName
{
border-color: #B5F9EC;
}
</style>