#AAD6DC

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

Shades of French Pass #AAD6DC

Tints of French Pass #AAD6DC

Color information

#AAD6DC (or 0xAAD6DC) is unknown color: approx French Pass. HEX triplet: AA, D6 and DC. RGB value is (170,214,220). Sum of RGB (Red+Green+Blue) = 170+214+220=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6DC is #552923. Grayscale: #C9C9C9. Windows color (decimal): -5581092 or 14472874. OLE color: 14472874.

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

Color convert

RGB170214220-
CMYK0.230.0300.14
HSL187.2º41.67%76.47%-
HSV(B)187.2º22.73%86.27%-
XYZ53.5461.8176.82-
YUV201.53138.42105.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=28.15%
G=35.43%
B=36.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702142200.230.0300.14187.241.6776.47
HexAAD6DC1730Ebb2a4c
Octal25232633427301627352114
Binary101010101101011011011100101111101110101110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6DC; }

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

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

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

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

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

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

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

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