#A9FDEA

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

Shades of Water Leaf #A9FDEA

Tints of Water Leaf #A9FDEA

Color information

#A9FDEA (or 0xA9FDEA) is unknown color: approx Water Leaf. HEX triplet: A9, FD and EA. RGB value is (169,253,234). Sum of RGB (Red+Green+Blue) = 169+253+234=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDEA is #560215. Grayscale: #E1E1E1. Windows color (decimal): -5636630 or 15400361. OLE color: 15400361.

HSL color Cylindrical-coordinate representation of color #A9FDEA: hue angle of 166.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDEA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB169253234-
CMYK0.3300.080.01
HSL166.43º95.45%82.75%-
HSV(B)166.43º33.2%99.22%-
XYZ66.3484.6390.68-
YUV225.72132.6787.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.76%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=25.76%
G=38.57%
B=35.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692532340.3300.080.01166.4395.4582.75
HexA9FDEA21081a65f53
Octal251375352410101246137123
Binary1010100111111101111010101000010100011010011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FDEA; }

 p { color: rgb(169,253,234); }

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

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

 a { background-color: rgb(169,253,234); }

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

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

 span { border-color: rgb(169,253,234); }

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