Html Css Color HEX #AEEDDE Water Leaf

📋 copy color: '#AEEDDE'

red 174 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #AEEDDE

Tints of Water Leaf #AEEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.44%

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

R = 27.49%
G = 37.44%
B = 35.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#AEEDDE (or 0xAEEDDE) is known color: Water Leaf. HEX triplet: AE, ED and DE. RGB value is (174,237,222). Sum of RGB (Red+Green+Blue) = 174+237+222=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDE is #511221. Grayscale: #D8D8D8. Windows color (decimal): -5313058 or 14609838. OLE color: 14609838.

HSL color Cylindrical-coordinate representation of color #AEEDDE: hue angle of 165.71º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDDE is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 222 -
CMYK 0.27 0 0.06 0.07
HSL 165.71º 0.64% 0.81% -
HSV(B) 165.71º 0.27% 0.93% -
XYZ 60.92 74.84 80.34 -
YUV 216.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 174 237 222 0.27 0 0.06 0.07 165.71 0.64 0.81
Hex AE ED DE 1B 0 6 7 A6 40 51
Octal 256 355 336 33 0 6 7 246 100 121
Binary 10101110 11101101 11011110 11011 0 110 111 10100110 1000000 1010001

Color Harmonies of #AEEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDDE

Black with #AEEDDE

Text Example


Text Example

White with #AEEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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