#A9EFE2

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

Shades of Water Leaf #A9EFE2

Tints of Water Leaf #A9EFE2

Color information

#A9EFE2 (or 0xA9EFE2) is unknown color: approx 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

RGB169239226-
CMYK0.2900.050.06
HSL168.86º68.63%80%-
HSV(B)168.86º29.29%93.73%-
XYZ60.9675.6683.34-
YUV216.59133.3194.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.66%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 226 (88.67% from 255) = 35.65%
R=26.66%
G=37.70%
B=35.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1692392260.2900.050.06168.8668.6380
HexA9EFE21D056a94550
Octal25135734235056251105120
Binary1010100111101111111000101110101011101010100110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>