Html Css Color HEX #AEECDB Water Leaf

📋 copy color: '#AEECDB'

red 174 ◦ green 236 ◦ blue 219

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

Shades of Water Leaf #AEECDB

Tints of Water Leaf #AEECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

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

R = 27.66%
G = 37.52%
B = 34.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#AEECDB (or 0xAEECDB) is known color: Water Leaf. HEX triplet: AE, EC and DB. RGB value is (174,236,219). Sum of RGB (Red+Green+Blue) = 174+236+219=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECDB is #511324. Grayscale: #D7D7D7. Windows color (decimal): -5313317 or 14412974. OLE color: 14412974.

HSL color Cylindrical-coordinate representation of color #AEECDB: hue angle of 163.55º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECDB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 219 -
CMYK 0.26 0 0.07 0.07
HSL 163.55º 0.62% 0.8% -
HSV(B) 163.55º 0.26% 0.93% -
XYZ 60.24 74.1 78.15 -
YUV 215.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 174 236 219 0.26 0 0.07 0.07 163.55 0.62 0.8
Hex AE EC DB 1A 0 7 7 A4 3E 50
Octal 256 354 333 32 0 7 7 244 76 120
Binary 10101110 11101100 11011011 11010 0 111 111 10100100 111110 1010000

Color Harmonies of #AEECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECDB

Black with #AEECDB

Text Example


Text Example

White with #AEECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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