#AEEDDF

Color #AEEDDF Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #AEEDDF

Tints of Water Leaf #AEEDDF

Color information

#AEEDDF (or 0xAEEDDF) is unknown color: approx Water Leaf. HEX triplet: AE, ED and DF. RGB value is (174,237,223). Sum of RGB (Red+Green+Blue) = 174+237+223=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDDF is #511220. Grayscale: #D8D8D8. Windows color (decimal): -5313057 or 14675374. OLE color: 14675374.

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

Color convert

RGB174237223-
CMYK0.2700.060.07
HSL166.67º63.64%80.59%-
HSV(B)166.67º26.58%92.94%-
XYZ61.0674.8981.05-
YUV216.57131.6397.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=27.44%
G=37.38%
B=35.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742372230.2700.060.07166.6763.6480.59
HexAEEDDF1B067a74051
Octal25635533733067247100121
Binary1010111011101101110111111101101101111010011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDDF; }

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

 H1.HeaderClassName
 {
   color: #AEEDDF;
 }
 .AnyTagClassName
 {
   color: #AEEDDF;
 }
</style>
background-color css

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

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

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

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

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

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