#AAD4DC

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

Shades of French Pass #AAD4DC

Tints of French Pass #AAD4DC

Color information

#AAD4DC (or 0xAAD4DC) is unknown color: approx French Pass. HEX triplet: AA, D4 and DC. RGB value is (170,212,220). Sum of RGB (Red+Green+Blue) = 170+212+220=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD4DC is #552B23. Grayscale: #C8C8C8. Windows color (decimal): -5581604 or 14472362. OLE color: 14472362.

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

Color convert

RGB170212220-
CMYK0.230.0400.14
HSL189.6º41.67%76.47%-
HSV(B)189.6º22.73%86.27%-
XYZ53.0460.876.65-
YUV200.35139.09106.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=28.24%
G=35.22%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702122200.230.0400.14189.641.6776.47
HexAAD4DC1740Ebe2a4c
Octal25232433427401627652114
Binary1010101011010100110111001011110001110101111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4DC; }

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

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

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

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

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

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

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

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