Shades of Water Leaf #B0FFED
Tints of Water Leaf #B0FFED
RGB
CMYK
RGB Variations
Color information
#B0FFED (or 0xB0FFED) is known color: Water Leaf. HEX triplet: B0, FF and ED. RGB value is (176,255,237). Sum of RGB (Red+Green+Blue) = 176+255+237=668 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.35% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFED is #4F0012. Grayscale: #E5E5E5. Windows color (decimal): -5177363 or 15597488. OLE color: 15597488.
HSL color Cylindrical-coordinate representation of color #B0FFED: hue angle of 166.33º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFED is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 237 | - |
| CMYK | 0.31 | 0 | 0.07 | 0 |
| HSL | 166.33º | 1% | 0.85% | - |
| HSV(B) | 166.33º | 0.31% | 1% | - |
| XYZ | 68.95 | 86.86 | 93.25 | - |
| YUV | 229.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 237 | 0.31 | 0 | 0.07 | 0 | 166.33 | 1 | 0.85 |
| Hex | B0 | FF | ED | 1F | 0 | 7 | 0 | A6 | 64 | 55 |
| Octal | 260 | 377 | 355 | 37 | 0 | 7 | 0 | 246 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11101101 | 11111 | 0 | 111 | 0 | 10100110 | 1100100 | 1010101 |
Color Harmonies of #B0FFED
Complementary color
Monochromatic Colors of #B0FFED
Black with #B0FFED
Text Example
Text Example
White with #B0FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFED; }
p { color: rgb(176,255,237); }
H1.HeaderClassName
{
color: #B0FFED;
}
.AnyTagClassName
{
color: #B0FFED;
}
</style>
background-color css
<style>
a { background-color: #B0FFED; }
a { background-color: rgb(176,255,237); }
div.DivClassName
{
background-color: #B0FFED;
}
.BgClassName
{
background-color: #B0FFED;
}
</style>
border-color css
<style>
span { border-color: #B0FFED; }
span { border-color: rgb(176,255,237); }
td.TdClassName
{
border-color: #B0FFED;
}
.TagClassName
{
border-color: #B0FFED;
}
</style>