Shades of Water Leaf #AEEBDB
Tints of Water Leaf #AEEBDB
RGB
CMYK
RGB Variations
Color information
#AEEBDB (or 0xAEEBDB) is known color: Water Leaf. HEX triplet: AE, EB and DB. RGB value is (174,235,219). Sum of RGB (Red+Green+Blue) = 174+235+219=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBDB is #511424. Grayscale: #D6D6D6. Windows color (decimal): -5313573 or 14412718. OLE color: 14412718.
HSL color Cylindrical-coordinate representation of color #AEEBDB: hue angle of 164.26º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBDB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 174 | 235 | 219 | - |
CMYK | 0.26 | 0 | 0.07 | 0.08 |
HSL | 164.26º | 0.6% | 0.8% | - |
HSV(B) | 164.26º | 0.26% | 0.92% | - |
XYZ | 59.95 | 73.53 | 78.05 | - |
YUV | 214.94 | 130.29 | 98.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 235 | 219 | 0.26 | 0 | 0.07 | 0.08 | 164.26 | 0.6 | 0.8 |
Hex | AE | EB | DB | 1A | 0 | 7 | 8 | A4 | 3C | 50 |
Octal | 256 | 353 | 333 | 32 | 0 | 7 | 10 | 244 | 74 | 120 |
Binary | 10101110 | 11101011 | 11011011 | 11010 | 0 | 111 | 1000 | 10100100 | 111100 | 1010000 |
Color Harmonies of #AEEBDB
Complementary color
Monochromatic Colors of #AEEBDB
Black with #AEEBDB
Text Example
Text Example
White with #AEEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBDB; }
p { color: rgb(174,235,219); }
H1.HeaderClassName
{
color: #AEEBDB;
}
.AnyTagClassName
{
color: #AEEBDB;
}
</style>
background-color css
<style>
a { background-color: #AEEBDB; }
a { background-color: rgb(174,235,219); }
div.DivClassName
{
background-color: #AEEBDB;
}
.BgClassName
{
background-color: #AEEBDB;
}
</style>
border-color css
<style>
span { border-color: #AEEBDB; }
span { border-color: rgb(174,235,219); }
td.TdClassName
{
border-color: #AEEBDB;
}
.TagClassName
{
border-color: #AEEBDB;
}
</style>