Html Css Color HEX #AAEFDB Water Leaf

📋 copy color: '#AAEFDB'

red 170 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #AAEFDB

Tints of Water Leaf #AAEFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 27.07%
G = 38.06%
B = 34.87%

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

#AAEFDB (or 0xAAEFDB) is known color: Water Leaf. HEX triplet: AA, EF and DB. RGB value is (170,239,219). Sum of RGB (Red+Green+Blue) = 170+239+219=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFDB is #551024. Grayscale: #D8D8D8. Windows color (decimal): -5574693 or 14413738. OLE color: 14413738.

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

Color convert

RGB 170 239 219 -
CMYK 0.29 0 0.08 0.06
HSL 162.61º 0.68% 0.8% -
HSV(B) 162.61º 0.29% 0.94% -
XYZ 60.23 75.39 78.4 -
YUV 216.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 170 239 219 0.29 0 0.08 0.06 162.61 0.68 0.8
Hex AA EF DB 1D 0 8 6 A3 44 50
Octal 252 357 333 35 0 10 6 243 104 120
Binary 10101010 11101111 11011011 11101 0 1000 110 10100011 1000100 1010000

Color Harmonies of #AAEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFDB

Black with #AAEFDB

Text Example


Text Example

White with #AAEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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