#AAD8DD

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

Shades of Charlotte #AAD8DD

Tints of Charlotte #AAD8DD

Color information

#AAD8DD (or 0xAAD8DD) is unknown color: approx Charlotte. HEX triplet: AA, D8 and DD. RGB value is (170,216,221). Sum of RGB (Red+Green+Blue) = 170+216+221=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAD8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8DD is #552722. Grayscale: #CACACA. Windows color (decimal): -5580579 or 14538922. OLE color: 14538922.

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

Color convert

RGB170216221-
CMYK0.230.0200.13
HSL185.88º42.86%76.67%-
HSV(B)185.88º23.08%86.67%-
XYZ54.1862.8877.69-
YUV202.82138.26104.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=28.01%
G=35.58%
B=36.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702162210.230.0200.13185.8842.8676.67
HexAAD8DD1720Dba2b4d
Octal25233033527201527253115
Binary101010101101100011011101101111001101101110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8DD; }

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

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

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

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

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

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

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

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