#A5EEDF

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

Shades of Water Leaf #A5EEDF

Tints of Water Leaf #A5EEDF

Color information

#A5EEDF (or 0xA5EEDF) is unknown color: approx Water Leaf. HEX triplet: A5, EE and DF. RGB value is (165,238,223). Sum of RGB (Red+Green+Blue) = 165+238+223=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEDF is #5A1120. Grayscale: #D6D6D6. Windows color (decimal): -5902625 or 14675621. OLE color: 14675621.

HSL color Cylindrical-coordinate representation of color #A5EEDF: hue angle of 167.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEDF is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB165238223-
CMYK0.3100.060.07
HSL167.67º68.22%79.02%-
HSV(B)167.67º30.67%93.33%-
XYZ59.4174.4881.06-
YUV214.46132.8292.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.36%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 223 (87.5% from 255) = 35.62%
R=26.36%
G=38.02%
B=35.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652382230.3100.060.07167.6768.2279.02
HexA5EEDF1F067a8444f
Octal24535633737067250104117
Binary1010010111101110110111111111101101111010100010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EEDF; }

 p { color: rgb(165,238,223); }

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

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

 a { background-color: rgb(165,238,223); }

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

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

 span { border-color: rgb(165,238,223); }

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