#AAD7DC

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

Shades of Charlotte #AAD7DC

Tints of Charlotte #AAD7DC

Color information

#AAD7DC (or 0xAAD7DC) is unknown color: approx Charlotte. HEX triplet: AA, D7 and DC. RGB value is (170,215,220). Sum of RGB (Red+Green+Blue) = 170+215+220=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DC is #552823. Grayscale: #CACACA. Windows color (decimal): -5580836 or 14473130. OLE color: 14473130.

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

Color convert

RGB170215220-
CMYK0.230.0200.14
HSL186º41.67%76.47%-
HSV(B)186º22.73%86.27%-
XYZ53.862.3176.9-
YUV202.12138.09105.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=28.10%
G=35.54%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702152200.230.0200.1418641.6776.47
HexAAD7DC1720Eba2a4c
Octal25232733427201627252114
Binary101010101101011111011100101111001110101110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7DC; }

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

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

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

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

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

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

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

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