Shades of Water Leaf #B7EFE7
Tints of Water Leaf #B7EFE7
RGB
CMYK
RGB Variations
Color information
#B7EFE7 (or 0xB7EFE7) is known color: Water Leaf. HEX triplet: B7, EF and E7. RGB value is (183,239,231). Sum of RGB (Red+Green+Blue) = 183+239+231=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFE7 is #481018. Grayscale: #DDDDDD. Windows color (decimal): -4722713 or 15200183. OLE color: 15200183.
HSL color Cylindrical-coordinate representation of color #B7EFE7: hue angle of 171.43º degrees, saturation: 0.64, 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 #B7EFE7 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 239 | 231 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.06 |
| HSL | 171.43º | 0.64% | 0.83% | - |
| HSV(B) | 171.43º | 0.23% | 0.94% | - |
| XYZ | 64.82 | 77.57 | 87.16 | - |
| YUV | 221.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 239 | 231 | 0.23 | 0 | 0.03 | 0.06 | 171.43 | 0.64 | 0.83 |
| Hex | B7 | EF | E7 | 17 | 0 | 3 | 6 | AB | 40 | 53 |
| Octal | 267 | 357 | 347 | 27 | 0 | 3 | 6 | 253 | 100 | 123 |
| Binary | 10110111 | 11101111 | 11100111 | 10111 | 0 | 11 | 110 | 10101011 | 1000000 | 1010011 |
Color Harmonies of #B7EFE7
Complementary color
Monochromatic Colors of #B7EFE7
Black with #B7EFE7
Text Example
Text Example
White with #B7EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EFE7; }
p { color: rgb(183,239,231); }
H1.HeaderClassName
{
color: #B7EFE7;
}
.AnyTagClassName
{
color: #B7EFE7;
}
</style>
background-color css
<style>
a { background-color: #B7EFE7; }
a { background-color: rgb(183,239,231); }
div.DivClassName
{
background-color: #B7EFE7;
}
.BgClassName
{
background-color: #B7EFE7;
}
</style>
border-color css
<style>
span { border-color: #B7EFE7; }
span { border-color: rgb(183,239,231); }
td.TdClassName
{
border-color: #B7EFE7;
}
.TagClassName
{
border-color: #B7EFE7;
}
</style>