Shades of Water Leaf #AAEEDB
Tints of Water Leaf #AAEEDB
RGB
CMYK
RGB Variations
Color information
#AAEEDB (or 0xAAEEDB) is known color: Water Leaf. HEX triplet: AA, EE and DB. RGB value is (170,238,219). Sum of RGB (Red+Green+Blue) = 170+238+219=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEDB is #551124. Grayscale: #D7D7D7. Windows color (decimal): -5574949 or 14413482. OLE color: 14413482.
HSL color Cylindrical-coordinate representation of color #AAEEDB: hue angle of 163.24º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEDB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 238 | 219 | - |
CMYK | 0.29 | 0 | 0.08 | 0.07 |
HSL | 163.24º | 0.67% | 0.8% | - |
HSV(B) | 163.24º | 0.29% | 0.93% | - |
XYZ | 59.94 | 74.81 | 78.3 | - |
YUV | 215.5 | 129.97 | 95.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 238 | 219 | 0.29 | 0 | 0.08 | 0.07 | 163.24 | 0.67 | 0.8 |
Hex | AA | EE | DB | 1D | 0 | 8 | 7 | A3 | 43 | 50 |
Octal | 252 | 356 | 333 | 35 | 0 | 10 | 7 | 243 | 103 | 120 |
Binary | 10101010 | 11101110 | 11011011 | 11101 | 0 | 1000 | 111 | 10100011 | 1000011 | 1010000 |
Color Harmonies of #AAEEDB
Complementary color
Monochromatic Colors of #AAEEDB
Black with #AAEEDB
Text Example
Text Example
White with #AAEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEDB; }
p { color: rgb(170,238,219); }
H1.HeaderClassName
{
color: #AAEEDB;
}
.AnyTagClassName
{
color: #AAEEDB;
}
</style>
background-color css
<style>
a { background-color: #AAEEDB; }
a { background-color: rgb(170,238,219); }
div.DivClassName
{
background-color: #AAEEDB;
}
.BgClassName
{
background-color: #AAEEDB;
}
</style>
border-color css
<style>
span { border-color: #AAEEDB; }
span { border-color: rgb(170,238,219); }
td.TdClassName
{
border-color: #AAEEDB;
}
.TagClassName
{
border-color: #AAEEDB;
}
</style>