Shades of Water Leaf #B3FDE7
Tints of Water Leaf #B3FDE7
RGB
CMYK
RGB Variations
Color information
#B3FDE7 (or 0xB3FDE7) is known color: Water Leaf. HEX triplet: B3, FD and E7. RGB value is (179,253,231). Sum of RGB (Red+Green+Blue) = 179+253+231=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDE7 is #4C0218. Grayscale: #E4E4E4. Windows color (decimal): -4981273 or 15203763. OLE color: 15203763.
HSL color Cylindrical-coordinate representation of color #B3FDE7: hue angle of 162.16º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDE7 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 253 | 231 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.01 |
| HSL | 162.16º | 0.95% | 0.85% | - |
| HSV(B) | 162.16º | 0.29% | 0.99% | - |
| XYZ | 68.14 | 85.6 | 88.53 | - |
| YUV | 228.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 253 | 231 | 0.29 | 0 | 0.09 | 0.01 | 162.16 | 0.95 | 0.85 |
| Hex | B3 | FD | E7 | 1D | 0 | 9 | 1 | A2 | 5F | 55 |
| Octal | 263 | 375 | 347 | 35 | 0 | 11 | 1 | 242 | 137 | 125 |
| Binary | 10110011 | 11111101 | 11100111 | 11101 | 0 | 1001 | 1 | 10100010 | 1011111 | 1010101 |
Color Harmonies of #B3FDE7
Complementary color
Monochromatic Colors of #B3FDE7
Black with #B3FDE7
Text Example
Text Example
White with #B3FDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FDE7; }
p { color: rgb(179,253,231); }
H1.HeaderClassName
{
color: #B3FDE7;
}
.AnyTagClassName
{
color: #B3FDE7;
}
</style>
background-color css
<style>
a { background-color: #B3FDE7; }
a { background-color: rgb(179,253,231); }
div.DivClassName
{
background-color: #B3FDE7;
}
.BgClassName
{
background-color: #B3FDE7;
}
</style>
border-color css
<style>
span { border-color: #B3FDE7; }
span { border-color: rgb(179,253,231); }
td.TdClassName
{
border-color: #B3FDE7;
}
.TagClassName
{
border-color: #B3FDE7;
}
</style>