Html Css Color HEX #AAEBDE Water Leaf

📋 copy color: '#AAEBDE'

red 170 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #AAEBDE

Tints of Water Leaf #AAEBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 27.11%
G = 37.48%
B = 35.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AAEBDE (or 0xAAEBDE) is known color: Water Leaf. HEX triplet: AA, EB and DE. RGB value is (170,235,222). Sum of RGB (Red+Green+Blue) = 170+235+222=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDE is #551421. Grayscale: #D6D6D6. Windows color (decimal): -5575714 or 14609322. OLE color: 14609322.

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

Color convert

RGB 170 235 222 -
CMYK 0.28 0 0.06 0.08
HSL 168º 0.62% 0.79% -
HSV(B) 168º 0.28% 0.92% -
XYZ 59.47 73.24 80.11 -
YUV 214.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 170 235 222 0.28 0 0.06 0.08 168 0.62 0.79
Hex AA EB DE 1C 0 6 8 A8 3E 4F
Octal 252 353 336 34 0 6 10 250 76 117
Binary 10101010 11101011 11011110 11100 0 110 1000 10101000 111110 1001111

Color Harmonies of #AAEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBDE

Black with #AAEBDE

Text Example


Text Example

White with #AAEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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