Html Css Color HEX #AAEEDA Water Leaf

📋 copy color: '#AAEEDA'

red 170 ◦ green 238 ◦ blue 218

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

Shades of Water Leaf #AAEEDA

Tints of Water Leaf #AAEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.02%

 BLUE value IS 218 (85.55% from 255) = 34.82%

R = 27.16%
G = 38.02%
B = 34.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AAEEDA (or 0xAAEEDA) is known color: Water Leaf. HEX triplet: AA, EE and DA. RGB value is (170,238,218). Sum of RGB (Red+Green+Blue) = 170+238+218=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEDA is #551125. Grayscale: #D7D7D7. Windows color (decimal): -5574950 or 14347946. OLE color: 14347946.

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

Color convert

RGB 170 238 218 -
CMYK 0.29 0 0.08 0.07
HSL 162.35º 0.67% 0.8% -
HSV(B) 162.35º 0.29% 0.93% -
XYZ 59.81 74.76 77.61 -
YUV 215.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 170 238 218 0.29 0 0.08 0.07 162.35 0.67 0.8
Hex AA EE DA 1D 0 8 7 A2 43 50
Octal 252 356 332 35 0 10 7 242 103 120
Binary 10101010 11101110 11011010 11101 0 1000 111 10100010 1000011 1010000

Color Harmonies of #AAEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEDA

Black with #AAEEDA

Text Example


Text Example

White with #AAEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEDA; }

 p { color: rgb(170,238,218); }

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

background-color css

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

 a { background-color: rgb(170,238,218); }

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

border-color css

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

 span { border-color: rgb(170,238,218); }

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