Shades of Water Leaf #B5F8DF
Tints of Water Leaf #B5F8DF
RGB
CMYK
RGB Variations
Color information
#B5F8DF (or 0xB5F8DF) is known color: Water Leaf. HEX triplet: B5, F8 and DF. RGB value is (181,248,223). Sum of RGB (Red+Green+Blue) = 181+248+223=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8DF is #4A0720. Grayscale: #E1E1E1. Windows color (decimal): -4851489 or 14678197. OLE color: 14678197.
HSL color Cylindrical-coordinate representation of color #B5F8DF: hue angle of 157.61º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8DF is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 223 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.03 |
| HSL | 157.61º | 0.83% | 0.84% | - |
| HSV(B) | 157.61º | 0.27% | 0.97% | - |
| XYZ | 65.94 | 82.29 | 82.22 | - |
| YUV | 225.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 223 | 0.27 | 0 | 0.10 | 0.03 | 157.61 | 0.83 | 0.84 |
| Hex | B5 | F8 | DF | 1B | 0 | A | 3 | 9E | 53 | 54 |
| Octal | 265 | 370 | 337 | 33 | 0 | 12 | 3 | 236 | 123 | 124 |
| Binary | 10110101 | 11111000 | 11011111 | 11011 | 0 | 1010 | 11 | 10011110 | 1010011 | 1010100 |
Color Harmonies of #B5F8DF
Complementary color
Monochromatic Colors of #B5F8DF
Black with #B5F8DF
Text Example
Text Example
White with #B5F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8DF; }
p { color: rgb(181,248,223); }
H1.HeaderClassName
{
color: #B5F8DF;
}
.AnyTagClassName
{
color: #B5F8DF;
}
</style>
background-color css
<style>
a { background-color: #B5F8DF; }
a { background-color: rgb(181,248,223); }
div.DivClassName
{
background-color: #B5F8DF;
}
.BgClassName
{
background-color: #B5F8DF;
}
</style>
border-color css
<style>
span { border-color: #B5F8DF; }
span { border-color: rgb(181,248,223); }
td.TdClassName
{
border-color: #B5F8DF;
}
.TagClassName
{
border-color: #B5F8DF;
}
</style>