Shades of Water Leaf #A9EFE2
Tints of Water Leaf #A9EFE2
RGB
CMYK
RGB Variations
Color information
#A9EFE2 (or 0xA9EFE2) is known color: Water Leaf. HEX triplet: A9, EF and E2. RGB value is (169,239,226). Sum of RGB (Red+Green+Blue) = 169+239+226=634 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.66% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EFE2 is #56101D. Grayscale: #D8D8D8. Windows color (decimal): -5640222 or 14872489. OLE color: 14872489.
HSL color Cylindrical-coordinate representation of color #A9EFE2: hue angle of 168.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFE2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 239 | 226 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.06 |
| HSL | 168.86º | 0.69% | 0.8% | - |
| HSV(B) | 168.86º | 0.29% | 0.94% | - |
| XYZ | 60.96 | 75.66 | 83.34 | - |
| YUV | 216.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 226 | 0.29 | 0 | 0.05 | 0.06 | 168.86 | 0.69 | 0.8 |
| Hex | A9 | EF | E2 | 1D | 0 | 5 | 6 | A9 | 45 | 50 |
| Octal | 251 | 357 | 342 | 35 | 0 | 5 | 6 | 251 | 105 | 120 |
| Binary | 10101001 | 11101111 | 11100010 | 11101 | 0 | 101 | 110 | 10101001 | 1000101 | 1010000 |
Color Harmonies of #A9EFE2
Complementary color
Monochromatic Colors of #A9EFE2
Black with #A9EFE2
Text Example
Text Example
White with #A9EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EFE2; }
p { color: rgb(169,239,226); }
H1.HeaderClassName
{
color: #A9EFE2;
}
.AnyTagClassName
{
color: #A9EFE2;
}
</style>
background-color css
<style>
a { background-color: #A9EFE2; }
a { background-color: rgb(169,239,226); }
div.DivClassName
{
background-color: #A9EFE2;
}
.BgClassName
{
background-color: #A9EFE2;
}
</style>
border-color css
<style>
span { border-color: #A9EFE2; }
span { border-color: rgb(169,239,226); }
td.TdClassName
{
border-color: #A9EFE2;
}
.TagClassName
{
border-color: #A9EFE2;
}
</style>