Shades of Water Leaf #A9FAE4
Tints of Water Leaf #A9FAE4
RGB
CMYK
RGB Variations
Color information
#A9FAE4 (or 0xA9FAE4) is known color: Water Leaf. HEX triplet: A9, FA and E4. RGB value is (169,250,228). Sum of RGB (Red+Green+Blue) = 169+250+228=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FAE4 is #56051B. Grayscale: #DFDFDF. Windows color (decimal): -5637404 or 15006377. OLE color: 15006377.
HSL color Cylindrical-coordinate representation of color #A9FAE4: hue angle of 163.7º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAE4 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 228 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.02 |
| HSL | 163.7º | 0.89% | 0.82% | - |
| HSV(B) | 163.7º | 0.32% | 0.98% | - |
| XYZ | 64.55 | 82.41 | 85.9 | - |
| YUV | 223.27 | 130.66 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 228 | 0.32 | 0 | 0.09 | 0.02 | 163.7 | 0.89 | 0.82 |
| Hex | A9 | FA | E4 | 20 | 0 | 9 | 2 | A4 | 59 | 52 |
| Octal | 251 | 372 | 344 | 40 | 0 | 11 | 2 | 244 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11100100 | 100000 | 0 | 1001 | 10 | 10100100 | 1011001 | 1010010 |
Color Harmonies of #A9FAE4
Complementary color
Monochromatic Colors of #A9FAE4
Black with #A9FAE4
Text Example
Text Example
White with #A9FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAE4; }
p { color: rgb(169,250,228); }
H1.HeaderClassName
{
color: #A9FAE4;
}
.AnyTagClassName
{
color: #A9FAE4;
}
</style>
background-color css
<style>
a { background-color: #A9FAE4; }
a { background-color: rgb(169,250,228); }
div.DivClassName
{
background-color: #A9FAE4;
}
.BgClassName
{
background-color: #A9FAE4;
}
</style>
border-color css
<style>
span { border-color: #A9FAE4; }
span { border-color: rgb(169,250,228); }
td.TdClassName
{
border-color: #A9FAE4;
}
.TagClassName
{
border-color: #A9FAE4;
}
</style>