#AAD1D9

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

Shades of French Pass #AAD1D9

Tints of French Pass #AAD1D9

Color information

#AAD1D9 (or 0xAAD1D9) is unknown color: approx French Pass. HEX triplet: AA, D1 and D9. RGB value is (170,209,217). Sum of RGB (Red+Green+Blue) = 170+209+217=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAD1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1D9 is #552E26. Grayscale: #C6C6C6. Windows color (decimal): -5582375 or 14274986. OLE color: 14274986.

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

Color convert

RGB170209217-
CMYK0.220.0400.15
HSL190.21º38.21%75.88%-
HSV(B)190.21º21.66%85.1%-
XYZ51.959.1674.33-
YUV198.25138.58107.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=28.52%
G=35.07%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702092170.220.0400.15190.2138.2175.88
HexAAD1D91640Fbe264c
Octal25232133126401727646114
Binary1010101011010001110110011011010001111101111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1D9; }

 p { color: rgb(170,209,217); }

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

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

 a { background-color: rgb(170,209,217); }

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

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

 span { border-color: rgb(170,209,217); }

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