Html Css Color HEX #AEEBDD Water Leaf

📋 copy color: '#AEEBDD'

red 174 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #AEEBDD

Tints of Water Leaf #AEEBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 27.62%
G = 37.3%
B = 35.08%

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

#AEEBDD (or 0xAEEBDD) is known color: Water Leaf. HEX triplet: AE, EB and DD. RGB value is (174,235,221). Sum of RGB (Red+Green+Blue) = 174+235+221=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBDD is #511422. Grayscale: #D7D7D7. Windows color (decimal): -5313571 or 14543790. OLE color: 14543790.

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

Color convert

RGB 174 235 221 -
CMYK 0.26 0 0.06 0.08
HSL 166.23º 0.6% 0.8% -
HSV(B) 166.23º 0.26% 0.92% -
XYZ 60.22 73.64 79.45 -
YUV 215.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 174 235 221 0.26 0 0.06 0.08 166.23 0.6 0.8
Hex AE EB DD 1A 0 6 8 A6 3C 50
Octal 256 353 335 32 0 6 10 246 74 120
Binary 10101110 11101011 11011101 11010 0 110 1000 10100110 111100 1010000

Color Harmonies of #AEEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBDD

Black with #AEEBDD

Text Example


Text Example

White with #AEEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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