Shades of Water Leaf #B7FFED
Tints of Water Leaf #B7FFED
RGB
CMYK
RGB Variations
Color information
#B7FFED (or 0xB7FFED) is known color: Water Leaf. HEX triplet: B7, FF and ED. RGB value is (183,255,237). Sum of RGB (Red+Green+Blue) = 183+255+237=675 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.11% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFED is #480012. Grayscale: #E7E7E7. Windows color (decimal): -4718611 or 15597495. OLE color: 15597495.
HSL color Cylindrical-coordinate representation of color #B7FFED: hue angle of 165º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFED is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 237 | - |
| CMYK | 0.28 | 0 | 0.07 | 0 |
| HSL | 165º | 1% | 0.86% | - |
| HSV(B) | 165º | 0.28% | 1% | - |
| XYZ | 70.57 | 87.7 | 93.33 | - |
| YUV | 231.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 237 | 0.28 | 0 | 0.07 | 0 | 165 | 1 | 0.86 |
| Hex | B7 | FF | ED | 1C | 0 | 7 | 0 | A5 | 64 | 56 |
| Octal | 267 | 377 | 355 | 34 | 0 | 7 | 0 | 245 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11101101 | 11100 | 0 | 111 | 0 | 10100101 | 1100100 | 1010110 |
Color Harmonies of #B7FFED
Complementary color
Monochromatic Colors of #B7FFED
Black with #B7FFED
Text Example
Text Example
White with #B7FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFED; }
p { color: rgb(183,255,237); }
H1.HeaderClassName
{
color: #B7FFED;
}
.AnyTagClassName
{
color: #B7FFED;
}
</style>
background-color css
<style>
a { background-color: #B7FFED; }
a { background-color: rgb(183,255,237); }
div.DivClassName
{
background-color: #B7FFED;
}
.BgClassName
{
background-color: #B7FFED;
}
</style>
border-color css
<style>
span { border-color: #B7FFED; }
span { border-color: rgb(183,255,237); }
td.TdClassName
{
border-color: #B7FFED;
}
.TagClassName
{
border-color: #B7FFED;
}
</style>