Shades of Water Leaf #B7EEDA
Tints of Water Leaf #B7EEDA
RGB
CMYK
RGB Variations
Color information
#B7EEDA (or 0xB7EEDA) is known color: Water Leaf. HEX triplet: B7, EE and DA. RGB value is (183,238,218). Sum of RGB (Red+Green+Blue) = 183+238+218=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EEDA is #481125. Grayscale: #DBDBDB. Windows color (decimal): -4722982 or 14347959. OLE color: 14347959.
HSL color Cylindrical-coordinate representation of color #B7EEDA: hue angle of 158.18º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EEDA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 238 | 218 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.07 |
| HSL | 158.18º | 0.62% | 0.83% | - |
| HSV(B) | 158.18º | 0.23% | 0.93% | - |
| XYZ | 62.76 | 76.28 | 77.75 | - |
| YUV | 219.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 218 | 0.23 | 0 | 0.08 | 0.07 | 158.18 | 0.62 | 0.83 |
| Hex | B7 | EE | DA | 17 | 0 | 8 | 7 | 9E | 3E | 53 |
| Octal | 267 | 356 | 332 | 27 | 0 | 10 | 7 | 236 | 76 | 123 |
| Binary | 10110111 | 11101110 | 11011010 | 10111 | 0 | 1000 | 111 | 10011110 | 111110 | 1010011 |
Color Harmonies of #B7EEDA
Complementary color
Monochromatic Colors of #B7EEDA
Black with #B7EEDA
Text Example
Text Example
White with #B7EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EEDA; }
p { color: rgb(183,238,218); }
H1.HeaderClassName
{
color: #B7EEDA;
}
.AnyTagClassName
{
color: #B7EEDA;
}
</style>
background-color css
<style>
a { background-color: #B7EEDA; }
a { background-color: rgb(183,238,218); }
div.DivClassName
{
background-color: #B7EEDA;
}
.BgClassName
{
background-color: #B7EEDA;
}
</style>
border-color css
<style>
span { border-color: #B7EEDA; }
span { border-color: rgb(183,238,218); }
td.TdClassName
{
border-color: #B7EEDA;
}
.TagClassName
{
border-color: #B7EEDA;
}
</style>