#AACDD9

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

Shades of French Pass #AACDD9

Tints of French Pass #AACDD9

Color information

#AACDD9 (or 0xAACDD9) is unknown color: approx French Pass. HEX triplet: AA, CD and D9. RGB value is (170,205,217). Sum of RGB (Red+Green+Blue) = 170+205+217=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #AACDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD9 is #553226. Grayscale: #C3C3C3. Windows color (decimal): -5583399 or 14273962. OLE color: 14273962.

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

Color convert

RGB170205217-
CMYK0.220.0600.15
HSL195.32º38.21%75.88%-
HSV(B)195.32º21.66%85.1%-
XYZ50.9357.2274.01-
YUV195.9139.9109.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=28.72%
G=34.63%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702052170.220.0600.15195.3238.2175.88
HexAACDD91660Fc3264c
Octal25231533126601730346114
Binary1010101011001101110110011011011001111110000111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDD9; }

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

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

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

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

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

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

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

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