#AAD8DB

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

Shades of Charlotte #AAD8DB

Tints of Charlotte #AAD8DB

Color information

#AAD8DB (or 0xAAD8DB) is unknown color: approx Charlotte. HEX triplet: AA, D8 and DB. RGB value is (170,216,219). Sum of RGB (Red+Green+Blue) = 170+216+219=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8DB is #552724. Grayscale: #CACACA. Windows color (decimal): -5580581 or 14407850. OLE color: 14407850.

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

Color convert

RGB170216219-
CMYK0.220.0100.14
HSL183.67º40.5%76.27%-
HSV(B)183.67º22.37%85.88%-
XYZ53.9262.7776.29-
YUV202.59137.26104.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=28.10%
G=35.70%
B=36.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702162190.220.0100.14183.6740.576.27
HexAAD8DB1610Eb8284c
Octal25233033326101627050114
Binary10101010110110001101101110110101110101110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8DB; }

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

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

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

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

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

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

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

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