Html Css Color HEX #AEEEDB Water Leaf

📋 copy color: '#AEEEDB'

red 174 ◦ green 238 ◦ blue 219

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

Shades of Water Leaf #AEEEDB

Tints of Water Leaf #AEEEDB

RGB

 RED value IS 174 (68.36% from 255) = 27.58%

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

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

R = 27.58%
G = 37.72%
B = 34.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#AEEEDB (or 0xAEEEDB) is known color: Water Leaf. HEX triplet: AE, EE and DB. RGB value is (174,238,219). Sum of RGB (Red+Green+Blue) = 174+238+219=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEDB is #511124. Grayscale: #D8D8D8. Windows color (decimal): -5312805 or 14413486. OLE color: 14413486.

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

Color convert

RGB 174 238 219 -
CMYK 0.27 0 0.08 0.07
HSL 162.19º 0.65% 0.81% -
HSV(B) 162.19º 0.27% 0.93% -
XYZ 60.82 75.26 78.34 -
YUV 216.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 174 238 219 0.27 0 0.08 0.07 162.19 0.65 0.81
Hex AE EE DB 1B 0 8 7 A2 41 51
Octal 256 356 333 33 0 10 7 242 101 121
Binary 10101110 11101110 11011011 11011 0 1000 111 10100010 1000001 1010001

Color Harmonies of #AEEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEEDB

Black with #AEEEDB

Text Example


Text Example

White with #AEEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEEDB; }

 p { color: rgb(174,238,219); }

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

background-color css

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

 a { background-color: rgb(174,238,219); }

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

border-color css

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

 span { border-color: rgb(174,238,219); }

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