#AED8BB

Color #AED8BB Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AED8BB

Tints of Fringy Flower #AED8BB

Color information

#AED8BB (or 0xAED8BB) is unknown color: approx Fringy Flower. HEX triplet: AE, D8 and BB. RGB value is (174,216,187). Sum of RGB (Red+Green+Blue) = 174+216+187=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BB is #512744. Grayscale: #C8C8C8. Windows color (decimal): -5318469 or 12310702. OLE color: 12310702.

HSL color Cylindrical-coordinate representation of color #AED8BB: hue angle of 138.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8BB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB174216187-
CMYK0.1900.130.15
HSL138.57º35%76.47%-
HSV(B)138.57º19.44%84.71%-
XYZ50.9861.756.24-
YUV200.14120.59109.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=30.16%
G=37.44%
B=32.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161870.1900.130.15138.573576.47
HexAED8BB130DF8b234c
Octal256330273230151721343114
Binary10101110110110001011101110011011011111100010111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8BB; }

 p { color: rgb(174,216,187); }

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

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

 a { background-color: rgb(174,216,187); }

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

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

 span { border-color: rgb(174,216,187); }

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