Shades of Water Leaf #A9FAE8
Tints of Water Leaf #A9FAE8
RGB
CMYK
RGB Variations
Color information
#A9FAE8 (or 0xA9FAE8) is known color: Water Leaf. HEX triplet: A9, FA and E8. RGB value is (169,250,232). Sum of RGB (Red+Green+Blue) = 169+250+232=651 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.96% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAE8 is #560517. Grayscale: #DFDFDF. Windows color (decimal): -5637400 or 15268521. OLE color: 15268521.
HSL color Cylindrical-coordinate representation of color #A9FAE8: hue angle of 166.67º 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 #A9FAE8 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 232 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.02 |
| HSL | 166.67º | 0.89% | 0.82% | - |
| HSV(B) | 166.67º | 0.32% | 0.98% | - |
| XYZ | 65.11 | 82.63 | 88.86 | - |
| YUV | 223.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 232 | 0.32 | 0 | 0.07 | 0.02 | 166.67 | 0.89 | 0.82 |
| Hex | A9 | FA | E8 | 20 | 0 | 7 | 2 | A7 | 59 | 52 |
| Octal | 251 | 372 | 350 | 40 | 0 | 7 | 2 | 247 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11101000 | 100000 | 0 | 111 | 10 | 10100111 | 1011001 | 1010010 |
Color Harmonies of #A9FAE8
Complementary color
Monochromatic Colors of #A9FAE8
Black with #A9FAE8
Text Example
Text Example
White with #A9FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAE8; }
p { color: rgb(169,250,232); }
H1.HeaderClassName
{
color: #A9FAE8;
}
.AnyTagClassName
{
color: #A9FAE8;
}
</style>
background-color css
<style>
a { background-color: #A9FAE8; }
a { background-color: rgb(169,250,232); }
div.DivClassName
{
background-color: #A9FAE8;
}
.BgClassName
{
background-color: #A9FAE8;
}
</style>
border-color css
<style>
span { border-color: #A9FAE8; }
span { border-color: rgb(169,250,232); }
td.TdClassName
{
border-color: #A9FAE8;
}
.TagClassName
{
border-color: #A9FAE8;
}
</style>