#A9EBE2

Color #A9EBE2 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A9EBE2

Tints of Water Leaf #A9EBE2

Color information

#A9EBE2 (or 0xA9EBE2) is unknown color: approx Water Leaf. HEX triplet: A9, EB and E2. RGB value is (169,235,226). Sum of RGB (Red+Green+Blue) = 169+235+226=630 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.83% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #A9EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EBE2 is #56141D. Grayscale: #D6D6D6. Windows color (decimal): -5641246 or 14871465. OLE color: 14871465.

HSL color Cylindrical-coordinate representation of color #A9EBE2: hue angle of 171.82º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EBE2 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB169235226-
CMYK0.2800.040.08
HSL171.82º62.26%79.22%-
HSV(B)171.82º28.09%92.16%-
XYZ59.873.3482.96-
YUV214.24134.6395.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 26.83%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 226 (88.67% from 255) = 35.87%
R=26.83%
G=37.30%
B=35.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692352260.2800.040.08171.8262.2679.22
HexA9EBE21C048ac3e4f
Octal25135334234041025476117
Binary1010100111101011111000101110001001000101011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EBE2; }

 p { color: rgb(169,235,226); }

 H1.HeaderClassName
 {
   color: #A9EBE2;
 }
 .AnyTagClassName
 {
   color: #A9EBE2;
 }
</style>
background-color css

<style>
 a { background-color: #A9EBE2; }

 a { background-color: rgb(169,235,226); }

 div.DivClassName
 {
   background-color: #A9EBE2;
 }
 .BgClassName
 {
   background-color: #A9EBE2;
 }
</style>
border-color css

<style>
 span { border-color: #A9EBE2; }

 span { border-color: rgb(169,235,226); }

 td.TdClassName
 {
   border-color: #A9EBE2;
 }
 .TagClassName
 {
   border-color: #A9EBE2;
 }
</style>