Shades of Water Leaf #B8EFE5
Tints of Water Leaf #B8EFE5
RGB
CMYK
RGB Variations
Color information
#B8EFE5 (or 0xB8EFE5) is known color: Water Leaf. HEX triplet: B8, EF and E5. RGB value is (184,239,229). Sum of RGB (Red+Green+Blue) = 184+239+229=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFE5 is #47101A. Grayscale: #DDDDDD. Windows color (decimal): -4657179 or 15069112. OLE color: 15069112.
HSL color Cylindrical-coordinate representation of color #B8EFE5: hue angle of 169.09º 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 #B8EFE5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 229 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.06 |
| HSL | 169.09º | 0.63% | 0.83% | - |
| HSV(B) | 169.09º | 0.23% | 0.94% | - |
| XYZ | 64.78 | 77.58 | 85.69 | - |
| YUV | 221.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 229 | 0.23 | 0 | 0.04 | 0.06 | 169.09 | 0.63 | 0.83 |
| Hex | B8 | EF | E5 | 17 | 0 | 4 | 6 | A9 | 3F | 53 |
| Octal | 270 | 357 | 345 | 27 | 0 | 4 | 6 | 251 | 77 | 123 |
| Binary | 10111000 | 11101111 | 11100101 | 10111 | 0 | 100 | 110 | 10101001 | 111111 | 1010011 |
Color Harmonies of #B8EFE5
Complementary color
Monochromatic Colors of #B8EFE5
Black with #B8EFE5
Text Example
Text Example
White with #B8EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFE5; }
p { color: rgb(184,239,229); }
H1.HeaderClassName
{
color: #B8EFE5;
}
.AnyTagClassName
{
color: #B8EFE5;
}
</style>
background-color css
<style>
a { background-color: #B8EFE5; }
a { background-color: rgb(184,239,229); }
div.DivClassName
{
background-color: #B8EFE5;
}
.BgClassName
{
background-color: #B8EFE5;
}
</style>
border-color css
<style>
span { border-color: #B8EFE5; }
span { border-color: rgb(184,239,229); }
td.TdClassName
{
border-color: #B8EFE5;
}
.TagClassName
{
border-color: #B8EFE5;
}
</style>