Html Css Color HEX #AAEFDC Water Leaf

📋 copy color: '#AAEFDC'

red 170 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #AAEFDC

Tints of Water Leaf #AAEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38%

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 27.03%
G = 38%
B = 34.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#AAEFDC (or 0xAAEFDC) is known color: Water Leaf. HEX triplet: AA, EF and DC. RGB value is (170,239,220). Sum of RGB (Red+Green+Blue) = 170+239+220=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDC is #551023. Grayscale: #D8D8D8. Windows color (decimal): -5574692 or 14479274. OLE color: 14479274.

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

Color convert

RGB 170 239 220 -
CMYK 0.29 0 0.08 0.06
HSL 163.48º 0.68% 0.8% -
HSV(B) 163.48º 0.29% 0.94% -
XYZ 60.36 75.45 79.09 -
YUV 216.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 170 239 220 0.29 0 0.08 0.06 163.48 0.68 0.8
Hex AA EF DC 1D 0 8 6 A3 44 50
Octal 252 357 334 35 0 10 6 243 104 120
Binary 10101010 11101111 11011100 11101 0 1000 110 10100011 1000100 1010000

Color Harmonies of #AAEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFDC

Black with #AAEFDC

Text Example


Text Example

White with #AAEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFDC; }

 p { color: rgb(170,239,220); }

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

background-color css

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

 a { background-color: rgb(170,239,220); }

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

border-color css

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

 span { border-color: rgb(170,239,220); }

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