Html Css Color HEX #AAEAE1 Water Leaf

📋 copy color: '#AAEAE1'

red 170 ◦ green 234 ◦ blue 225

#AAEAE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #AAEAE1

Tints of Water Leaf #AAEAE1

RGB

 RED value IS 170 (66.8% from 255) = 27.03%

 GREEN value IS 234 (91.8% from 255) = 37.2%

 BLUE value IS 225 (88.28% from 255) = 35.77%

R = 27.03%
G = 37.2%
B = 35.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#AAEAE1 (or 0xAAEAE1) is known color: Water Leaf. HEX triplet: AA, EA and E1. RGB value is (170,234,225). Sum of RGB (Red+Green+Blue) = 170+234+225=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE1 is #55151E. Grayscale: #D5D5D5. Windows color (decimal): -5575967 or 14805674. OLE color: 14805674.

HSL color Cylindrical-coordinate representation of color #AAEAE1: hue angle of 171.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAE1 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 225 -
CMYK 0.27 0 0.04 0.08
HSL 171.56º 0.6% 0.79% -
HSV(B) 171.56º 0.27% 0.92% -
XYZ 59.59 72.83 82.15 -
YUV 213.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 170 234 225 0.27 0 0.04 0.08 171.56 0.6 0.79
Hex AA EA E1 1B 0 4 8 AC 3C 4F
Octal 252 352 341 33 0 4 10 254 74 117
Binary 10101010 11101010 11100001 11011 0 100 1000 10101100 111100 1001111

Color Harmonies of #AAEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAE1

Black with #AAEAE1

Text Example


Text Example

White with #AAEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAE1; }

 p { color: rgb(170,234,225); }

 H1.HeaderClassName
 {
   color: #AAEAE1;
 }
 .AnyTagClassName
 {
   color: #AAEAE1;
 }
</style>

background-color css

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

 a { background-color: rgb(170,234,225); }

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

border-color css

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

 span { border-color: rgb(170,234,225); }

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