Html Css Color HEX #AEEBDC Water Leaf

📋 copy color: '#AEEBDC'

red 174 ◦ green 235 ◦ blue 220

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

Shades of Water Leaf #AEEBDC

Tints of Water Leaf #AEEBDC

RGB

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

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

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

R = 27.66%
G = 37.36%
B = 34.98%

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

#AEEBDC (or 0xAEEBDC) is known color: Water Leaf. HEX triplet: AE, EB and DC. RGB value is (174,235,220). Sum of RGB (Red+Green+Blue) = 174+235+220=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBDC is #511423. Grayscale: #D7D7D7. Windows color (decimal): -5313572 or 14478254. OLE color: 14478254.

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

Color convert

RGB 174 235 220 -
CMYK 0.26 0 0.06 0.08
HSL 165.25º 0.6% 0.8% -
HSV(B) 165.25º 0.26% 0.92% -
XYZ 60.08 73.58 78.75 -
YUV 215.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 174 235 220 0.26 0 0.06 0.08 165.25 0.6 0.8
Hex AE EB DC 1A 0 6 8 A5 3C 50
Octal 256 353 334 32 0 6 10 245 74 120
Binary 10101110 11101011 11011100 11010 0 110 1000 10100101 111100 1010000

Color Harmonies of #AEEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBDC

Black with #AEEBDC

Text Example


Text Example

White with #AEEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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