#AAD0DC

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

Shades of French Pass #AAD0DC

Tints of French Pass #AAD0DC

Color information

#AAD0DC (or 0xAAD0DC) is unknown color: approx French Pass. HEX triplet: AA, D0 and DC. RGB value is (170,208,220). Sum of RGB (Red+Green+Blue) = 170+208+220=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0DC is #552F23. Grayscale: #C5C5C5. Windows color (decimal): -5582628 or 14471338. OLE color: 14471338.

HSL color Cylindrical-coordinate representation of color #AAD0DC: hue angle of 194.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD0DC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170208220-
CMYK0.230.0500.14
HSL194.4º41.67%76.47%-
HSV(B)194.4º22.73%86.27%-
XYZ52.0558.8376.32-
YUV198.01140.41108.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=28.43%
G=34.78%
B=36.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702082200.230.0500.14194.441.6776.47
HexAAD0DC1750Ec22a4c
Octal25232033427501630252114
Binary1010101011010000110111001011110101110110000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD0DC; }

 p { color: rgb(170,208,220); }

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

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

 a { background-color: rgb(170,208,220); }

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

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

 span { border-color: rgb(170,208,220); }

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