Shades of Water Leaf #B3ECDE
Tints of Water Leaf #B3ECDE
RGB
CMYK
RGB Variations
Color information
#B3ECDE (or 0xB3ECDE) is known color: Water Leaf. HEX triplet: B3, EC and DE. RGB value is (179,236,222). Sum of RGB (Red+Green+Blue) = 179+236+222=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECDE is #4C1321. Grayscale: #D9D9D9. Windows color (decimal): -4985634 or 14609587. OLE color: 14609587.
HSL color Cylindrical-coordinate representation of color #B3ECDE: hue angle of 165.26º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECDE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 222 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.07 |
| HSL | 165.26º | 0.6% | 0.81% | - |
| HSV(B) | 165.26º | 0.24% | 0.93% | - |
| XYZ | 61.77 | 74.85 | 80.3 | - |
| YUV | 217.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 222 | 0.24 | 0 | 0.06 | 0.07 | 165.26 | 0.6 | 0.81 |
| Hex | B3 | EC | DE | 18 | 0 | 6 | 7 | A5 | 3C | 51 |
| Octal | 263 | 354 | 336 | 30 | 0 | 6 | 7 | 245 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11011110 | 11000 | 0 | 110 | 111 | 10100101 | 111100 | 1010001 |
Color Harmonies of #B3ECDE
Complementary color
Monochromatic Colors of #B3ECDE
Black with #B3ECDE
Text Example
Text Example
White with #B3ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECDE; }
p { color: rgb(179,236,222); }
H1.HeaderClassName
{
color: #B3ECDE;
}
.AnyTagClassName
{
color: #B3ECDE;
}
</style>
background-color css
<style>
a { background-color: #B3ECDE; }
a { background-color: rgb(179,236,222); }
div.DivClassName
{
background-color: #B3ECDE;
}
.BgClassName
{
background-color: #B3ECDE;
}
</style>
border-color css
<style>
span { border-color: #B3ECDE; }
span { border-color: rgb(179,236,222); }
td.TdClassName
{
border-color: #B3ECDE;
}
.TagClassName
{
border-color: #B3ECDE;
}
</style>