Shades of Water Leaf #A9F9E6
Tints of Water Leaf #A9F9E6
RGB
CMYK
RGB Variations
Color information
#A9F9E6 (or 0xA9F9E6) is known color: Water Leaf. HEX triplet: A9, F9 and E6. RGB value is (169,249,230). Sum of RGB (Red+Green+Blue) = 169+249+230=648 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.08% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F9E6 is #560619. Grayscale: #DEDEDE. Windows color (decimal): -5637658 or 15137193. OLE color: 15137193.
HSL color Cylindrical-coordinate representation of color #A9F9E6: hue angle of 165.75º degrees, saturation: 0.87, 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 #A9F9E6 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 230 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.02 |
| HSL | 165.75º | 0.87% | 0.82% | - |
| HSV(B) | 165.75º | 0.32% | 0.98% | - |
| XYZ | 64.52 | 81.9 | 87.27 | - |
| YUV | 222.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 230 | 0.32 | 0 | 0.08 | 0.02 | 165.75 | 0.87 | 0.82 |
| Hex | A9 | F9 | E6 | 20 | 0 | 8 | 2 | A6 | 57 | 52 |
| Octal | 251 | 371 | 346 | 40 | 0 | 10 | 2 | 246 | 127 | 122 |
| Binary | 10101001 | 11111001 | 11100110 | 100000 | 0 | 1000 | 10 | 10100110 | 1010111 | 1010010 |
Color Harmonies of #A9F9E6
Complementary color
Monochromatic Colors of #A9F9E6
Black with #A9F9E6
Text Example
Text Example
White with #A9F9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F9E6; }
p { color: rgb(169,249,230); }
H1.HeaderClassName
{
color: #A9F9E6;
}
.AnyTagClassName
{
color: #A9F9E6;
}
</style>
background-color css
<style>
a { background-color: #A9F9E6; }
a { background-color: rgb(169,249,230); }
div.DivClassName
{
background-color: #A9F9E6;
}
.BgClassName
{
background-color: #A9F9E6;
}
</style>
border-color css
<style>
span { border-color: #A9F9E6; }
span { border-color: rgb(169,249,230); }
td.TdClassName
{
border-color: #A9F9E6;
}
.TagClassName
{
border-color: #A9F9E6;
}
</style>