Shades of Water Leaf #B3E9DA
Tints of Water Leaf #B3E9DA
RGB
CMYK
RGB Variations
Color information
#B3E9DA (or 0xB3E9DA) is known color: Water Leaf. HEX triplet: B3, E9 and DA. RGB value is (179,233,218). Sum of RGB (Red+Green+Blue) = 179+233+218=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E9DA is #4C1625. Grayscale: #D7D7D7. Windows color (decimal): -4986406 or 14346675. OLE color: 14346675.
HSL color Cylindrical-coordinate representation of color #B3E9DA: hue angle of 163.33º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E9DA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 233 | 218 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.09 |
| HSL | 163.33º | 0.55% | 0.81% | - |
| HSV(B) | 163.33º | 0.23% | 0.91% | - |
| XYZ | 60.38 | 72.92 | 77.22 | - |
| YUV | 215.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 233 | 218 | 0.23 | 0 | 0.06 | 0.09 | 163.33 | 0.55 | 0.81 |
| Hex | B3 | E9 | DA | 17 | 0 | 6 | 9 | A3 | 37 | 51 |
| Octal | 263 | 351 | 332 | 27 | 0 | 6 | 11 | 243 | 67 | 121 |
| Binary | 10110011 | 11101001 | 11011010 | 10111 | 0 | 110 | 1001 | 10100011 | 110111 | 1010001 |
Color Harmonies of #B3E9DA
Complementary color
Monochromatic Colors of #B3E9DA
Black with #B3E9DA
Text Example
Text Example
White with #B3E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E9DA; }
p { color: rgb(179,233,218); }
H1.HeaderClassName
{
color: #B3E9DA;
}
.AnyTagClassName
{
color: #B3E9DA;
}
</style>
background-color css
<style>
a { background-color: #B3E9DA; }
a { background-color: rgb(179,233,218); }
div.DivClassName
{
background-color: #B3E9DA;
}
.BgClassName
{
background-color: #B3E9DA;
}
</style>
border-color css
<style>
span { border-color: #B3E9DA; }
span { border-color: rgb(179,233,218); }
td.TdClassName
{
border-color: #B3E9DA;
}
.TagClassName
{
border-color: #B3E9DA;
}
</style>