Shades of Water Leaf #B9FDDF
Tints of Water Leaf #B9FDDF
RGB
CMYK
RGB Variations
Color information
#B9FDDF (or 0xB9FDDF) is known color: Water Leaf. HEX triplet: B9, FD and DF. RGB value is (185,253,223). Sum of RGB (Red+Green+Blue) = 185+253+223=661 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.99% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDDF is #460220. Grayscale: #E5E5E5. Windows color (decimal): -4588065 or 14679481. OLE color: 14679481.
HSL color Cylindrical-coordinate representation of color #B9FDDF: hue angle of 153.53º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDDF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 253 | 223 | - |
CMYK | 0.27 | 0 | 0.12 | 0.01 |
HSL | 153.53º | 0.94% | 0.86% | - |
HSV(B) | 153.53º | 0.27% | 0.99% | - |
XYZ | 68.45 | 85.89 | 82.78 | - |
YUV | 229.25 | 124.47 | 96.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 253 | 223 | 0.27 | 0 | 0.12 | 0.01 | 153.53 | 0.94 | 0.86 |
Hex | B9 | FD | DF | 1B | 0 | C | 1 | 9A | 5E | 56 |
Octal | 271 | 375 | 337 | 33 | 0 | 14 | 1 | 232 | 136 | 126 |
Binary | 10111001 | 11111101 | 11011111 | 11011 | 0 | 1100 | 1 | 10011010 | 1011110 | 1010110 |
Color Harmonies of #B9FDDF
Complementary color
Monochromatic Colors of #B9FDDF
Black with #B9FDDF
Text Example
Text Example
White with #B9FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDDF; }
p { color: rgb(185,253,223); }
H1.HeaderClassName
{
color: #B9FDDF;
}
.AnyTagClassName
{
color: #B9FDDF;
}
</style>
background-color css
<style>
a { background-color: #B9FDDF; }
a { background-color: rgb(185,253,223); }
div.DivClassName
{
background-color: #B9FDDF;
}
.BgClassName
{
background-color: #B9FDDF;
}
</style>
border-color css
<style>
span { border-color: #B9FDDF; }
span { border-color: rgb(185,253,223); }
td.TdClassName
{
border-color: #B9FDDF;
}
.TagClassName
{
border-color: #B9FDDF;
}
</style>