Shades of Water Leaf #B3E8DD
Tints of Water Leaf #B3E8DD
RGB
CMYK
RGB Variations
Color information
#B3E8DD (or 0xB3E8DD) is known color: Water Leaf. HEX triplet: B3, E8 and DD. RGB value is (179,232,221). Sum of RGB (Red+Green+Blue) = 179+232+221=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8DD is #4C1722. Grayscale: #D6D6D6. Windows color (decimal): -4986659 or 14543027. OLE color: 14543027.
HSL color Cylindrical-coordinate representation of color #B3E8DD: hue angle of 167.55º degrees, saturation: 0.54, 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 #B3E8DD is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 232 | 221 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.09 |
| HSL | 167.55º | 0.54% | 0.81% | - |
| HSV(B) | 167.55º | 0.23% | 0.91% | - |
| XYZ | 60.5 | 72.52 | 79.22 | - |
| YUV | 214.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 221 | 0.23 | 0 | 0.05 | 0.09 | 167.55 | 0.54 | 0.81 |
| Hex | B3 | E8 | DD | 17 | 0 | 5 | 9 | A8 | 36 | 51 |
| Octal | 263 | 350 | 335 | 27 | 0 | 5 | 11 | 250 | 66 | 121 |
| Binary | 10110011 | 11101000 | 11011101 | 10111 | 0 | 101 | 1001 | 10101000 | 110110 | 1010001 |
Color Harmonies of #B3E8DD
Complementary color
Monochromatic Colors of #B3E8DD
Black with #B3E8DD
Text Example
Text Example
White with #B3E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8DD; }
p { color: rgb(179,232,221); }
H1.HeaderClassName
{
color: #B3E8DD;
}
.AnyTagClassName
{
color: #B3E8DD;
}
</style>
background-color css
<style>
a { background-color: #B3E8DD; }
a { background-color: rgb(179,232,221); }
div.DivClassName
{
background-color: #B3E8DD;
}
.BgClassName
{
background-color: #B3E8DD;
}
</style>
border-color css
<style>
span { border-color: #B3E8DD; }
span { border-color: rgb(179,232,221); }
td.TdClassName
{
border-color: #B3E8DD;
}
.TagClassName
{
border-color: #B3E8DD;
}
</style>