Html Css Color HEX #AAEBE2 Water Leaf

📋 copy color: '#AAEBE2'

red 170 ◦ green 235 ◦ blue 226

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

Shades of Water Leaf #AAEBE2

Tints of Water Leaf #AAEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.24%

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

R = 26.94%
G = 37.24%
B = 35.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#AAEBE2 (or 0xAAEBE2) is known color: Water Leaf. HEX triplet: AA, EB and E2. RGB value is (170,235,226). Sum of RGB (Red+Green+Blue) = 170+235+226=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBE2 is #55141D. Grayscale: #D6D6D6. Windows color (decimal): -5575710 or 14871466. OLE color: 14871466.

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

Color convert

RGB 170 235 226 -
CMYK 0.28 0 0.04 0.08
HSL 171.69º 0.62% 0.79% -
HSV(B) 171.69º 0.28% 0.92% -
XYZ 60.01 73.45 82.97 -
YUV 214.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 170 235 226 0.28 0 0.04 0.08 171.69 0.62 0.79
Hex AA EB E2 1C 0 4 8 AC 3E 4F
Octal 252 353 342 34 0 4 10 254 76 117
Binary 10101010 11101011 11100010 11100 0 100 1000 10101100 111110 1001111

Color Harmonies of #AAEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBE2

Black with #AAEBE2

Text Example


Text Example

White with #AAEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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