Shades of Water Leaf #B7FEED
Tints of Water Leaf #B7FEED
RGB
CMYK
RGB Variations
Color information
#B7FEED (or 0xB7FEED) is known color: Water Leaf. HEX triplet: B7, FE and ED. RGB value is (183,254,237). Sum of RGB (Red+Green+Blue) = 183+254+237=674 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.15% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEED is #480112. Grayscale: #E6E6E6. Windows color (decimal): -4718867 or 15597239. OLE color: 15597239.
HSL color Cylindrical-coordinate representation of color #B7FEED: hue angle of 165.63º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEED is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 237 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.00 |
| HSL | 165.63º | 0.97% | 0.86% | - |
| HSV(B) | 165.63º | 0.28% | 1% | - |
| XYZ | 70.26 | 87.07 | 93.22 | - |
| YUV | 230.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 237 | 0.28 | 0 | 0.07 | 0.00 | 165.63 | 0.97 | 0.86 |
| Hex | B7 | FE | ED | 1C | 0 | 7 | 0 | A6 | 61 | 56 |
| Octal | 267 | 376 | 355 | 34 | 0 | 7 | 0 | 246 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11101101 | 11100 | 0 | 111 | 0 | 10100110 | 1100001 | 1010110 |
Color Harmonies of #B7FEED
Complementary color
Monochromatic Colors of #B7FEED
Black with #B7FEED
Text Example
Text Example
White with #B7FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FEED; }
p { color: rgb(183,254,237); }
H1.HeaderClassName
{
color: #B7FEED;
}
.AnyTagClassName
{
color: #B7FEED;
}
</style>
background-color css
<style>
a { background-color: #B7FEED; }
a { background-color: rgb(183,254,237); }
div.DivClassName
{
background-color: #B7FEED;
}
.BgClassName
{
background-color: #B7FEED;
}
</style>
border-color css
<style>
span { border-color: #B7FEED; }
span { border-color: rgb(183,254,237); }
td.TdClassName
{
border-color: #B7FEED;
}
.TagClassName
{
border-color: #B7FEED;
}
</style>