#AAFBE8

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

Shades of Water Leaf #AAFBE8

Tints of Water Leaf #AAFBE8

Color information

#AAFBE8 (or 0xAAFBE8) is unknown color: approx Water Leaf. HEX triplet: AA, FB and E8. RGB value is (170,251,232). Sum of RGB (Red+Green+Blue) = 170+251+232=653 (86% of max value = 765). Red value is 170 (66.80% from 255 or 26.03% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAFBE8 is #550417. Grayscale: #E0E0E0. Windows color (decimal): -5571608 or 15268778. OLE color: 15268778.

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

Color convert

RGB170251232-
CMYK0.3200.080.02
HSL165.93º91.01%82.55%-
HSV(B)165.93º32.27%98.43%-
XYZ65.6483.3788.98-
YUV224.61132.1689.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.03%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=26.03%
G=38.44%
B=35.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702512320.3200.080.02165.9391.0182.55
HexAAFBE820082a65b53
Octal252373350400102246133123
Binary10101010111110111110100010000001000101010011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBE8; }

 p { color: rgb(170,251,232); }

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

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

 a { background-color: rgb(170,251,232); }

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

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

 span { border-color: rgb(170,251,232); }

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