#AAD2D9

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

Shades of French Pass #AAD2D9

Tints of French Pass #AAD2D9

Color information

#AAD2D9 (or 0xAAD2D9) is unknown color: approx French Pass. HEX triplet: AA, D2 and D9. RGB value is (170,210,217). Sum of RGB (Red+Green+Blue) = 170+210+217=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAD2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2D9 is #552D26. Grayscale: #C6C6C6. Windows color (decimal): -5582119 or 14275242. OLE color: 14275242.

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

Color convert

RGB170210217-
CMYK0.220.0300.15
HSL188.94º38.21%75.88%-
HSV(B)188.94º21.66%85.1%-
XYZ52.1559.6574.41-
YUV198.84138.25107.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=28.48%
G=35.18%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702102170.220.0300.15188.9438.2175.88
HexAAD2D91630Fbd264c
Octal25232233126301727546114
Binary101010101101001011011001101101101111101111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2D9; }

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

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

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

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

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

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

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

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