#A8FAE5

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

Shades of Water Leaf #A8FAE5

Tints of Water Leaf #A8FAE5

Color information

#A8FAE5 (or 0xA8FAE5) is unknown color: approx Water Leaf. HEX triplet: A8, FA and E5. RGB value is (168,250,229). Sum of RGB (Red+Green+Blue) = 168+250+229=647 (85% of max value = 765). Red value is 168 (66.02% from 255 or 25.97% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAE5 is #57051A. Grayscale: #DFDFDF. Windows color (decimal): -5702939 or 15071912. OLE color: 15071912.

HSL color Cylindrical-coordinate representation of color #A8FAE5: hue angle of 164.63º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAE5 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB168250229-
CMYK0.3300.080.02
HSL164.63º89.13%81.96%-
HSV(B)164.63º32.8%98.04%-
XYZ64.4882.3586.63-
YUV223.09131.3388.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.97%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 229 (89.84% from 255) = 35.39%
R=25.97%
G=38.64%
B=35.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682502290.3300.080.02164.6389.1381.96
HexA8FAE521082a55952
Octal250372345410102245131122
Binary10101000111110101110010110000101000101010010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FAE5; }

 p { color: rgb(168,250,229); }

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

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

 a { background-color: rgb(168,250,229); }

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

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

 span { border-color: rgb(168,250,229); }

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