#A7FDE8

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

Shades of Water Leaf #A7FDE8

Tints of Water Leaf #A7FDE8

Color information

#A7FDE8 (or 0xA7FDE8) is unknown color: approx Water Leaf. HEX triplet: A7, FD and E8. RGB value is (167,253,232). Sum of RGB (Red+Green+Blue) = 167+253+232=652 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.61% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDE8 is #580217. Grayscale: #E0E0E0. Windows color (decimal): -5767704 or 15269287. OLE color: 15269287.

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

Color convert

RGB167253232-
CMYK0.3400.080.01
HSL165.35º95.56%82.35%-
HSV(B)165.35º33.99%99.22%-
XYZ65.6384.2989.16-
YUV224.89132.0186.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.61%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 232 (91.02% from 255) = 35.58%
R=25.61%
G=38.80%
B=35.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672532320.3400.080.01165.3595.5682.35
HexA7FDE822081a56052
Octal247375350420101245140122
Binary1010011111111101111010001000100100011010010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FDE8; }

 p { color: rgb(167,253,232); }

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

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

 a { background-color: rgb(167,253,232); }

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

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

 span { border-color: rgb(167,253,232); }

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