#AAD1DD

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

Shades of French Pass #AAD1DD

Tints of French Pass #AAD1DD

Color information

#AAD1DD (or 0xAAD1DD) is unknown color: approx French Pass. HEX triplet: AA, D1 and DD. RGB value is (170,209,221). Sum of RGB (Red+Green+Blue) = 170+209+221=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1DD is #552E22. Grayscale: #C6C6C6. Windows color (decimal): -5582371 or 14537130. OLE color: 14537130.

HSL color Cylindrical-coordinate representation of color #AAD1DD: hue angle of 194.12º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD1DD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170209221-
CMYK0.230.0500.13
HSL194.12º42.86%76.67%-
HSV(B)194.12º23.08%86.67%-
XYZ52.4359.3777.1-
YUV198.71140.58107.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=28.33%
G=34.83%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702092210.230.0500.13194.1242.8676.67
HexAAD1DD1750Dc22b4d
Octal25232133527501530253115
Binary1010101011010001110111011011110101101110000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1DD; }

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

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

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

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

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

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

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

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