Html Css Color HEX #AEE8DF Water Leaf

📋 copy color: '#AEE8DF'

red 174 ◦ green 232 ◦ blue 223

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

Shades of Water Leaf #AEE8DF

Tints of Water Leaf #AEE8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.88%

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 27.66%
G = 36.88%
B = 35.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#AEE8DF (or 0xAEE8DF) is known color: Water Leaf. HEX triplet: AE, E8 and DF. RGB value is (174,232,223). Sum of RGB (Red+Green+Blue) = 174+232+223=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DF is #511720. Grayscale: #D5D5D5. Windows color (decimal): -5314337 or 14674094. OLE color: 14674094.

HSL color Cylindrical-coordinate representation of color #AEE8DF: hue angle of 170.69º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE8DF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 223 -
CMYK 0.25 0 0.04 0.09
HSL 170.69º 0.56% 0.8% -
HSV(B) 170.69º 0.25% 0.91% -
XYZ 59.63 72.04 80.57 -
YUV 213.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 174 232 223 0.25 0 0.04 0.09 170.69 0.56 0.8
Hex AE E8 DF 19 0 4 9 AB 38 50
Octal 256 350 337 31 0 4 11 253 70 120
Binary 10101110 11101000 11011111 11001 0 100 1001 10101011 111000 1010000

Color Harmonies of #AEE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8DF

Black with #AEE8DF

Text Example


Text Example

White with #AEE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8DF; }

 p { color: rgb(174,232,223); }

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

background-color css

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

 a { background-color: rgb(174,232,223); }

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

border-color css

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

 span { border-color: rgb(174,232,223); }

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