Html Css Color HEX #AEEBDB Water Leaf

📋 copy color: '#AEEBDB'

red 174 ◦ green 235 ◦ blue 219

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

Shades of Water Leaf #AEEBDB

Tints of Water Leaf #AEEBDB

RGB

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

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

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

R = 27.71%
G = 37.42%
B = 34.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#AEEBDB (or 0xAEEBDB) is known color: Water Leaf. HEX triplet: AE, EB and DB. RGB value is (174,235,219). Sum of RGB (Red+Green+Blue) = 174+235+219=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBDB is #511424. Grayscale: #D6D6D6. Windows color (decimal): -5313573 or 14412718. OLE color: 14412718.

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

Color convert

RGB 174 235 219 -
CMYK 0.26 0 0.07 0.08
HSL 164.26º 0.6% 0.8% -
HSV(B) 164.26º 0.26% 0.92% -
XYZ 59.95 73.53 78.05 -
YUV 214.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 174 235 219 0.26 0 0.07 0.08 164.26 0.6 0.8
Hex AE EB DB 1A 0 7 8 A4 3C 50
Octal 256 353 333 32 0 7 10 244 74 120
Binary 10101110 11101011 11011011 11010 0 111 1000 10100100 111100 1010000

Color Harmonies of #AEEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBDB

Black with #AEEBDB

Text Example


Text Example

White with #AEEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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