#AED2D9

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

Shades of French Pass #AED2D9

Tints of French Pass #AED2D9

Color information

#AED2D9 (or 0xAED2D9) is unknown color: approx French Pass. HEX triplet: AE, D2 and D9. RGB value is (174,210,217). Sum of RGB (Red+Green+Blue) = 174+210+217=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #AED2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D9 is #512D26. Grayscale: #C7C7C7. Windows color (decimal): -5319975 or 14275246. OLE color: 14275246.

HSL color Cylindrical-coordinate representation of color #AED2D9: hue angle of 189.77º 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 #AED2D9 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174210217-
CMYK0.200.0300.15
HSL189.77º36.13%76.67%-
HSV(B)189.77º19.82%85.1%-
XYZ53.0360.174.45-
YUV200.03137.57109.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=28.95%
G=34.94%
B=36.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742102170.200.0300.15189.7736.1376.67
HexAED2D91430Fbe244d
Octal25632233124301727644115
Binary101011101101001011011001101001101111101111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2D9; }

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

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

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

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

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

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

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

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