Shades of Water Leaf #B1F8DF
Tints of Water Leaf #B1F8DF
RGB
CMYK
RGB Variations
Color information
#B1F8DF (or 0xB1F8DF) is known color: Water Leaf. HEX triplet: B1, F8 and DF. RGB value is (177,248,223). Sum of RGB (Red+Green+Blue) = 177+248+223=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8DF is #4E0720. Grayscale: #DFDFDF. Windows color (decimal): -5113633 or 14678193. OLE color: 14678193.
HSL color Cylindrical-coordinate representation of color #B1F8DF: hue angle of 158.87º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8DF is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 223 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.03 |
| HSL | 158.87º | 0.84% | 0.83% | - |
| HSV(B) | 158.87º | 0.29% | 0.97% | - |
| XYZ | 65.02 | 81.81 | 82.18 | - |
| YUV | 223.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 223 | 0.29 | 0 | 0.10 | 0.03 | 158.87 | 0.84 | 0.83 |
| Hex | B1 | F8 | DF | 1D | 0 | A | 3 | 9F | 54 | 53 |
| Octal | 261 | 370 | 337 | 35 | 0 | 12 | 3 | 237 | 124 | 123 |
| Binary | 10110001 | 11111000 | 11011111 | 11101 | 0 | 1010 | 11 | 10011111 | 1010100 | 1010011 |
Color Harmonies of #B1F8DF
Complementary color
Monochromatic Colors of #B1F8DF
Black with #B1F8DF
Text Example
Text Example
White with #B1F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8DF; }
p { color: rgb(177,248,223); }
H1.HeaderClassName
{
color: #B1F8DF;
}
.AnyTagClassName
{
color: #B1F8DF;
}
</style>
background-color css
<style>
a { background-color: #B1F8DF; }
a { background-color: rgb(177,248,223); }
div.DivClassName
{
background-color: #B1F8DF;
}
.BgClassName
{
background-color: #B1F8DF;
}
</style>
border-color css
<style>
span { border-color: #B1F8DF; }
span { border-color: rgb(177,248,223); }
td.TdClassName
{
border-color: #B1F8DF;
}
.TagClassName
{
border-color: #B1F8DF;
}
</style>