Shades of Water Leaf #ABECDF
Tints of Water Leaf #ABECDF
RGB
CMYK
RGB Variations
Color information
#ABECDF (or 0xABECDF) is known color: Water Leaf. HEX triplet: AB, EC and DF. RGB value is (171,236,223). Sum of RGB (Red+Green+Blue) = 171+236+223=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECDF is #541320. Grayscale: #D7D7D7. Windows color (decimal): -5509921 or 14675115. OLE color: 14675115.
HSL color Cylindrical-coordinate representation of color #ABECDF: hue angle of 168º degrees, saturation: 0.63, 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 #ABECDF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 223 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.07 |
| HSL | 168º | 0.63% | 0.8% | - |
| HSV(B) | 168º | 0.28% | 0.93% | - |
| XYZ | 60.11 | 73.98 | 80.92 | - |
| YUV | 215.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 223 | 0.28 | 0 | 0.06 | 0.07 | 168 | 0.63 | 0.8 |
| Hex | AB | EC | DF | 1C | 0 | 6 | 7 | A8 | 3F | 50 |
| Octal | 253 | 354 | 337 | 34 | 0 | 6 | 7 | 250 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11011111 | 11100 | 0 | 110 | 111 | 10101000 | 111111 | 1010000 |
Color Harmonies of #ABECDF
Complementary color
Monochromatic Colors of #ABECDF
Black with #ABECDF
Text Example
Text Example
White with #ABECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECDF; }
p { color: rgb(171,236,223); }
H1.HeaderClassName
{
color: #ABECDF;
}
.AnyTagClassName
{
color: #ABECDF;
}
</style>
background-color css
<style>
a { background-color: #ABECDF; }
a { background-color: rgb(171,236,223); }
div.DivClassName
{
background-color: #ABECDF;
}
.BgClassName
{
background-color: #ABECDF;
}
</style>
border-color css
<style>
span { border-color: #ABECDF; }
span { border-color: rgb(171,236,223); }
td.TdClassName
{
border-color: #ABECDF;
}
.TagClassName
{
border-color: #ABECDF;
}
</style>