Shades of Water Leaf #B7EDDB
Tints of Water Leaf #B7EDDB
RGB
CMYK
RGB Variations
Color information
#B7EDDB (or 0xB7EDDB) is known color: Water Leaf. HEX triplet: B7, ED and DB. RGB value is (183,237,219). Sum of RGB (Red+Green+Blue) = 183+237+219=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDDB is #481224. Grayscale: #DADADA. Windows color (decimal): -4723237 or 14413239. OLE color: 14413239.
HSL color Cylindrical-coordinate representation of color #B7EDDB: hue angle of 160º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDDB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 237 | 219 | - |
CMYK | 0.23 | 0 | 0.08 | 0.07 |
HSL | 160º | 0.6% | 0.82% | - |
HSV(B) | 160º | 0.23% | 0.93% | - |
XYZ | 62.6 | 75.75 | 78.34 | - |
YUV | 218.8 | 128.11 | 102.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 237 | 219 | 0.23 | 0 | 0.08 | 0.07 | 160 | 0.6 | 0.82 |
Hex | B7 | ED | DB | 17 | 0 | 8 | 7 | A0 | 3C | 52 |
Octal | 267 | 355 | 333 | 27 | 0 | 10 | 7 | 240 | 74 | 122 |
Binary | 10110111 | 11101101 | 11011011 | 10111 | 0 | 1000 | 111 | 10100000 | 111100 | 1010010 |
Color Harmonies of #B7EDDB
Complementary color
Monochromatic Colors of #B7EDDB
Black with #B7EDDB
Text Example
Text Example
White with #B7EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDDB; }
p { color: rgb(183,237,219); }
H1.HeaderClassName
{
color: #B7EDDB;
}
.AnyTagClassName
{
color: #B7EDDB;
}
</style>
background-color css
<style>
a { background-color: #B7EDDB; }
a { background-color: rgb(183,237,219); }
div.DivClassName
{
background-color: #B7EDDB;
}
.BgClassName
{
background-color: #B7EDDB;
}
</style>
border-color css
<style>
span { border-color: #B7EDDB; }
span { border-color: rgb(183,237,219); }
td.TdClassName
{
border-color: #B7EDDB;
}
.TagClassName
{
border-color: #B7EDDB;
}
</style>