Shades of Water Leaf #B1EEDA
Tints of Water Leaf #B1EEDA
RGB
CMYK
RGB Variations
Color information
#B1EEDA (or 0xB1EEDA) is known color: Water Leaf. HEX triplet: B1, EE and DA. RGB value is (177,238,218). Sum of RGB (Red+Green+Blue) = 177+238+218=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEDA is #4E1125. Grayscale: #D9D9D9. Windows color (decimal): -5116198 or 14347953. OLE color: 14347953.
HSL color Cylindrical-coordinate representation of color #B1EEDA: hue angle of 160.33º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEDA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 218 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 160.33º | 0.64% | 0.81% | - |
| HSV(B) | 160.33º | 0.26% | 0.93% | - |
| XYZ | 61.36 | 75.56 | 77.68 | - |
| YUV | 217.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 218 | 0.26 | 0 | 0.08 | 0.07 | 160.33 | 0.64 | 0.81 |
| Hex | B1 | EE | DA | 1A | 0 | 8 | 7 | A0 | 40 | 51 |
| Octal | 261 | 356 | 332 | 32 | 0 | 10 | 7 | 240 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11011010 | 11010 | 0 | 1000 | 111 | 10100000 | 1000000 | 1010001 |
Color Harmonies of #B1EEDA
Complementary color
Monochromatic Colors of #B1EEDA
Black with #B1EEDA
Text Example
Text Example
White with #B1EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEDA; }
p { color: rgb(177,238,218); }
H1.HeaderClassName
{
color: #B1EEDA;
}
.AnyTagClassName
{
color: #B1EEDA;
}
</style>
background-color css
<style>
a { background-color: #B1EEDA; }
a { background-color: rgb(177,238,218); }
div.DivClassName
{
background-color: #B1EEDA;
}
.BgClassName
{
background-color: #B1EEDA;
}
</style>
border-color css
<style>
span { border-color: #B1EEDA; }
span { border-color: rgb(177,238,218); }
td.TdClassName
{
border-color: #B1EEDA;
}
.TagClassName
{
border-color: #B1EEDA;
}
</style>