Shades of Water Leaf #AEEDDB
Tints of Water Leaf #AEEDDB
RGB
CMYK
RGB Variations
Color information
#AEEDDB (or 0xAEEDDB) is known color: Water Leaf. HEX triplet: AE, ED and DB. RGB value is (174,237,219). Sum of RGB (Red+Green+Blue) = 174+237+219=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDB is #511224. Grayscale: #D8D8D8. Windows color (decimal): -5313061 or 14413230. OLE color: 14413230.
HSL color Cylindrical-coordinate representation of color #AEEDDB: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDDB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 219 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.07 |
| HSL | 162.86º | 0.64% | 0.81% | - |
| HSV(B) | 162.86º | 0.27% | 0.93% | - |
| XYZ | 60.53 | 74.68 | 78.24 | - |
| YUV | 216.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 219 | 0.27 | 0 | 0.08 | 0.07 | 162.86 | 0.64 | 0.81 |
| Hex | AE | ED | DB | 1B | 0 | 8 | 7 | A3 | 40 | 51 |
| Octal | 256 | 355 | 333 | 33 | 0 | 10 | 7 | 243 | 100 | 121 |
| Binary | 10101110 | 11101101 | 11011011 | 11011 | 0 | 1000 | 111 | 10100011 | 1000000 | 1010001 |
Color Harmonies of #AEEDDB
Complementary color
Monochromatic Colors of #AEEDDB
Black with #AEEDDB
Text Example
Text Example
White with #AEEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDDB; }
p { color: rgb(174,237,219); }
H1.HeaderClassName
{
color: #AEEDDB;
}
.AnyTagClassName
{
color: #AEEDDB;
}
</style>
background-color css
<style>
a { background-color: #AEEDDB; }
a { background-color: rgb(174,237,219); }
div.DivClassName
{
background-color: #AEEDDB;
}
.BgClassName
{
background-color: #AEEDDB;
}
</style>
border-color css
<style>
span { border-color: #AEEDDB; }
span { border-color: rgb(174,237,219); }
td.TdClassName
{
border-color: #AEEDDB;
}
.TagClassName
{
border-color: #AEEDDB;
}
</style>