Html Css Color HEX #AEEBDE Water Leaf

📋 copy color: '#AEEBDE'

red 174 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #AEEBDE

Tints of Water Leaf #AEEBDE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.24%

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 27.58%
G = 37.24%
B = 35.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AEEBDE (or 0xAEEBDE) is known color: Water Leaf. HEX triplet: AE, EB and DE. RGB value is (174,235,222). Sum of RGB (Red+Green+Blue) = 174+235+222=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBDE is #511421. Grayscale: #D7D7D7. Windows color (decimal): -5313570 or 14609326. OLE color: 14609326.

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

Color convert

RGB 174 235 222 -
CMYK 0.26 0 0.06 0.08
HSL 167.21º 0.6% 0.8% -
HSV(B) 167.21º 0.26% 0.92% -
XYZ 60.35 73.69 80.15 -
YUV 215.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 174 235 222 0.26 0 0.06 0.08 167.21 0.6 0.8
Hex AE EB DE 1A 0 6 8 A7 3C 50
Octal 256 353 336 32 0 6 10 247 74 120
Binary 10101110 11101011 11011110 11010 0 110 1000 10100111 111100 1010000

Color Harmonies of #AEEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBDE

Black with #AEEBDE

Text Example


Text Example

White with #AEEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBDE; }

 p { color: rgb(174,235,222); }

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

background-color css

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

 a { background-color: rgb(174,235,222); }

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

border-color css

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

 span { border-color: rgb(174,235,222); }

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