Shades of Water Leaf #B3FFED
Tints of Water Leaf #B3FFED
RGB
CMYK
RGB Variations
Color information
#B3FFED (or 0xB3FFED) is known color: Water Leaf. HEX triplet: B3, FF and ED. RGB value is (179,255,237). Sum of RGB (Red+Green+Blue) = 179+255+237=671 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.68% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFED is #4C0012. Grayscale: #E6E6E6. Windows color (decimal): -4980755 or 15597491. OLE color: 15597491.
HSL color Cylindrical-coordinate representation of color #B3FFED: hue angle of 165.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFED is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 237 | - |
| CMYK | 0.30 | 0 | 0.07 | 0 |
| HSL | 165.79º | 1% | 0.85% | - |
| HSV(B) | 165.79º | 0.3% | 1% | - |
| XYZ | 69.64 | 87.22 | 93.29 | - |
| YUV | 230.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 237 | 0.30 | 0 | 0.07 | 0 | 165.79 | 1 | 0.85 |
| Hex | B3 | FF | ED | 1E | 0 | 7 | 0 | A6 | 64 | 55 |
| Octal | 263 | 377 | 355 | 36 | 0 | 7 | 0 | 246 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11101101 | 11110 | 0 | 111 | 0 | 10100110 | 1100100 | 1010101 |
Color Harmonies of #B3FFED
Complementary color
Monochromatic Colors of #B3FFED
Black with #B3FFED
Text Example
Text Example
White with #B3FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFED; }
p { color: rgb(179,255,237); }
H1.HeaderClassName
{
color: #B3FFED;
}
.AnyTagClassName
{
color: #B3FFED;
}
</style>
background-color css
<style>
a { background-color: #B3FFED; }
a { background-color: rgb(179,255,237); }
div.DivClassName
{
background-color: #B3FFED;
}
.BgClassName
{
background-color: #B3FFED;
}
</style>
border-color css
<style>
span { border-color: #B3FFED; }
span { border-color: rgb(179,255,237); }
td.TdClassName
{
border-color: #B3FFED;
}
.TagClassName
{
border-color: #B3FFED;
}
</style>