Shades of Water Leaf #ABEDDF
Tints of Water Leaf #ABEDDF
RGB
CMYK
RGB Variations
Color information
#ABEDDF (or 0xABEDDF) is known color: Water Leaf. HEX triplet: AB, ED and DF. RGB value is (171,237,223). Sum of RGB (Red+Green+Blue) = 171+237+223=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDDF is #541220. Grayscale: #D7D7D7. Windows color (decimal): -5509665 or 14675371. OLE color: 14675371.
HSL color Cylindrical-coordinate representation of color #ABEDDF: hue angle of 167.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDDF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 223 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.07 |
| HSL | 167.27º | 0.65% | 0.8% | - |
| HSV(B) | 167.27º | 0.28% | 0.93% | - |
| XYZ | 60.4 | 74.55 | 81.02 | - |
| YUV | 215.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 223 | 0.28 | 0 | 0.06 | 0.07 | 167.27 | 0.65 | 0.8 |
| Hex | AB | ED | DF | 1C | 0 | 6 | 7 | A7 | 41 | 50 |
| Octal | 253 | 355 | 337 | 34 | 0 | 6 | 7 | 247 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11011111 | 11100 | 0 | 110 | 111 | 10100111 | 1000001 | 1010000 |
Color Harmonies of #ABEDDF
Complementary color
Monochromatic Colors of #ABEDDF
Black with #ABEDDF
Text Example
Text Example
White with #ABEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDDF; }
p { color: rgb(171,237,223); }
H1.HeaderClassName
{
color: #ABEDDF;
}
.AnyTagClassName
{
color: #ABEDDF;
}
</style>
background-color css
<style>
a { background-color: #ABEDDF; }
a { background-color: rgb(171,237,223); }
div.DivClassName
{
background-color: #ABEDDF;
}
.BgClassName
{
background-color: #ABEDDF;
}
</style>
border-color css
<style>
span { border-color: #ABEDDF; }
span { border-color: rgb(171,237,223); }
td.TdClassName
{
border-color: #ABEDDF;
}
.TagClassName
{
border-color: #ABEDDF;
}
</style>