Shades of Water Leaf #B8EEDF
Tints of Water Leaf #B8EEDF
RGB
CMYK
RGB Variations
Color information
#B8EEDF (or 0xB8EEDF) is known color: Water Leaf. HEX triplet: B8, EE and DF. RGB value is (184,238,223). Sum of RGB (Red+Green+Blue) = 184+238+223=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEDF is #471120. Grayscale: #DCDCDC. Windows color (decimal): -4657441 or 14675640. OLE color: 14675640.
HSL color Cylindrical-coordinate representation of color #B8EEDF: hue angle of 163.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEDF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 223 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.07 |
| HSL | 163.33º | 0.61% | 0.83% | - |
| HSV(B) | 163.33º | 0.23% | 0.93% | - |
| XYZ | 63.66 | 76.67 | 81.25 | - |
| YUV | 220.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 223 | 0.23 | 0 | 0.06 | 0.07 | 163.33 | 0.61 | 0.83 |
| Hex | B8 | EE | DF | 17 | 0 | 6 | 7 | A3 | 3D | 53 |
| Octal | 270 | 356 | 337 | 27 | 0 | 6 | 7 | 243 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11011111 | 10111 | 0 | 110 | 111 | 10100011 | 111101 | 1010011 |
Color Harmonies of #B8EEDF
Complementary color
Monochromatic Colors of #B8EEDF
Black with #B8EEDF
Text Example
Text Example
White with #B8EEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEDF; }
p { color: rgb(184,238,223); }
H1.HeaderClassName
{
color: #B8EEDF;
}
.AnyTagClassName
{
color: #B8EEDF;
}
</style>
background-color css
<style>
a { background-color: #B8EEDF; }
a { background-color: rgb(184,238,223); }
div.DivClassName
{
background-color: #B8EEDF;
}
.BgClassName
{
background-color: #B8EEDF;
}
</style>
border-color css
<style>
span { border-color: #B8EEDF; }
span { border-color: rgb(184,238,223); }
td.TdClassName
{
border-color: #B8EEDF;
}
.TagClassName
{
border-color: #B8EEDF;
}
</style>