Shades of Water Leaf #AEEFDB
Tints of Water Leaf #AEEFDB
RGB
CMYK
RGB Variations
Color information
#AEEFDB (or 0xAEEFDB) is known color: Water Leaf. HEX triplet: AE, EF and DB. RGB value is (174,239,219). Sum of RGB (Red+Green+Blue) = 174+239+219=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFDB is #511024. Grayscale: #D9D9D9. Windows color (decimal): -5312549 or 14413742. OLE color: 14413742.
HSL color Cylindrical-coordinate representation of color #AEEFDB: hue angle of 161.54º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFDB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 219 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.06 |
| HSL | 161.54º | 0.67% | 0.81% | - |
| HSV(B) | 161.54º | 0.27% | 0.94% | - |
| XYZ | 61.11 | 75.85 | 78.44 | - |
| YUV | 217.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 219 | 0.27 | 0 | 0.08 | 0.06 | 161.54 | 0.67 | 0.81 |
| Hex | AE | EF | DB | 1B | 0 | 8 | 6 | A2 | 43 | 51 |
| Octal | 256 | 357 | 333 | 33 | 0 | 10 | 6 | 242 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11011011 | 11011 | 0 | 1000 | 110 | 10100010 | 1000011 | 1010001 |
Color Harmonies of #AEEFDB
Complementary color
Monochromatic Colors of #AEEFDB
Black with #AEEFDB
Text Example
Text Example
White with #AEEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFDB; }
p { color: rgb(174,239,219); }
H1.HeaderClassName
{
color: #AEEFDB;
}
.AnyTagClassName
{
color: #AEEFDB;
}
</style>
background-color css
<style>
a { background-color: #AEEFDB; }
a { background-color: rgb(174,239,219); }
div.DivClassName
{
background-color: #AEEFDB;
}
.BgClassName
{
background-color: #AEEFDB;
}
</style>
border-color css
<style>
span { border-color: #AEEFDB; }
span { border-color: rgb(174,239,219); }
td.TdClassName
{
border-color: #AEEFDB;
}
.TagClassName
{
border-color: #AEEFDB;
}
</style>