#AED0D9

Color #AED0D9 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AED0D9

Tints of French Pass #AED0D9

Color information

#AED0D9 (or 0xAED0D9) is unknown color: approx French Pass. HEX triplet: AE, D0 and D9. RGB value is (174,208,217). Sum of RGB (Red+Green+Blue) = 174+208+217=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #AED0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D9 is #512F26. Grayscale: #C6C6C6. Windows color (decimal): -5320487 or 14274734. OLE color: 14274734.

HSL color Cylindrical-coordinate representation of color #AED0D9: hue angle of 192.56º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED0D9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174208217-
CMYK0.200.0400.15
HSL192.56º36.13%76.67%-
HSV(B)192.56º19.82%85.1%-
XYZ52.5459.1274.29-
YUV198.86138.24110.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=29.05%
G=34.72%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742082170.200.0400.15192.5636.1376.67
HexAED0D91440Fc1244d
Octal25632033124401730144115
Binary1010111011010000110110011010010001111110000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0D9; }

 p { color: rgb(174,208,217); }

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

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

 a { background-color: rgb(174,208,217); }

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

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

 span { border-color: rgb(174,208,217); }

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