Html Css Color HEX #AAECE1 Water Leaf

📋 copy color: '#AAECE1'

red 170 ◦ green 236 ◦ blue 225

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

Shades of Water Leaf #AAECE1

Tints of Water Leaf #AAECE1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.4%

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

R = 26.94%
G = 37.4%
B = 35.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#AAECE1 (or 0xAAECE1) is known color: Water Leaf. HEX triplet: AA, EC and E1. RGB value is (170,236,225). Sum of RGB (Red+Green+Blue) = 170+236+225=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECE1 is #55131E. Grayscale: #D6D6D6. Windows color (decimal): -5575455 or 14806186. OLE color: 14806186.

HSL color Cylindrical-coordinate representation of color #AAECE1: hue angle of 170º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECE1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 225 -
CMYK 0.28 0 0.05 0.07
HSL 170º 0.63% 0.8% -
HSV(B) 170º 0.28% 0.93% -
XYZ 60.16 73.97 82.34 -
YUV 215.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 170 236 225 0.28 0 0.05 0.07 170 0.63 0.8
Hex AA EC E1 1C 0 5 7 AA 3F 50
Octal 252 354 341 34 0 5 7 252 77 120
Binary 10101010 11101100 11100001 11100 0 101 111 10101010 111111 1010000

Color Harmonies of #AAECE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECE1

Black with #AAECE1

Text Example


Text Example

White with #AAECE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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