#A5FAE8

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

Shades of Water Leaf #A5FAE8

Tints of Water Leaf #A5FAE8

Color information

#A5FAE8 (or 0xA5FAE8) is unknown color: approx Water Leaf. HEX triplet: A5, FA and E8. RGB value is (165,250,232). Sum of RGB (Red+Green+Blue) = 165+250+232=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAE8 is #5A0517. Grayscale: #DEDEDE. Windows color (decimal): -5899544 or 15268517. OLE color: 15268517.

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

Color convert

RGB165250232-
CMYK0.3400.070.02
HSL167.29º89.47%81.37%-
HSV(B)167.29º34%98.04%-
XYZ64.2782.288.82-
YUV222.53133.3486.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.50%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=25.50%
G=38.64%
B=35.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652502320.3400.070.02167.2989.4781.37
HexA5FAE822072a75951
Octal24537235042072247131121
Binary1010010111111010111010001000100111101010011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FAE8; }

 p { color: rgb(165,250,232); }

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

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

 a { background-color: rgb(165,250,232); }

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

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

 span { border-color: rgb(165,250,232); }

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