Html Css Color HEX #AAEAE2 Water Leaf

📋 copy color: '#AAEAE2'

red 170 ◦ green 234 ◦ blue 226

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

Shades of Water Leaf #AAEAE2

Tints of Water Leaf #AAEAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.87%

R = 26.98%
G = 37.14%
B = 35.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AAEAE2 (or 0xAAEAE2) is known color: Water Leaf. HEX triplet: AA, EA and E2. RGB value is (170,234,226). Sum of RGB (Red+Green+Blue) = 170+234+226=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAE2 is #55151D. Grayscale: #D5D5D5. Windows color (decimal): -5575966 or 14871210. OLE color: 14871210.

HSL color Cylindrical-coordinate representation of color #AAEAE2: hue angle of 172.5º 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 #AAEAE2 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 226 -
CMYK 0.27 0 0.03 0.08
HSL 172.5º 0.6% 0.79% -
HSV(B) 172.5º 0.27% 0.92% -
XYZ 59.73 72.88 82.87 -
YUV 213.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 170 234 226 0.27 0 0.03 0.08 172.5 0.6 0.79
Hex AA EA E2 1B 0 3 8 AC 3C 4F
Octal 252 352 342 33 0 3 10 254 74 117
Binary 10101010 11101010 11100010 11011 0 11 1000 10101100 111100 1001111

Color Harmonies of #AAEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAE2

Black with #AAEAE2

Text Example


Text Example

White with #AAEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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