#AAD7DB

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

Shades of Charlotte #AAD7DB

Tints of Charlotte #AAD7DB

Color information

#AAD7DB (or 0xAAD7DB) is unknown color: approx Charlotte. HEX triplet: AA, D7 and DB. RGB value is (170,215,219). Sum of RGB (Red+Green+Blue) = 170+215+219=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DB is #552824. Grayscale: #C9C9C9. Windows color (decimal): -5580837 or 14407594. OLE color: 14407594.

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

Color convert

RGB170215219-
CMYK0.220.0200.14
HSL184.9º40.5%76.27%-
HSV(B)184.9º22.37%85.88%-
XYZ53.6662.2676.21-
YUV202137.59105.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=28.15%
G=35.60%
B=36.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702152190.220.0200.14184.940.576.27
HexAAD7DB1620Eb9284c
Octal25232733326201627150114
Binary101010101101011111011011101101001110101110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7DB; }

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

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

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

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

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

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

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

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