#AAD8E0

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

Shades of Charlotte #AAD8E0

Tints of Charlotte #AAD8E0

Color information

#AAD8E0 (or 0xAAD8E0) is unknown color: approx Charlotte. HEX triplet: AA, D8 and E0. RGB value is (170,216,224). Sum of RGB (Red+Green+Blue) = 170+216+224=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8E0 is #55271F. Grayscale: #CBCBCB. Windows color (decimal): -5580576 or 14735530. OLE color: 14735530.

HSL color Cylindrical-coordinate representation of color #AAD8E0: hue angle of 188.89º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD8E0 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170216224-
CMYK0.240.0400.12
HSL188.89º46.55%77.25%-
HSV(B)188.89º24.11%87.84%-
XYZ54.5963.0479.81-
YUV203.16139.76104.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.87%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 224 (87.89% from 255) = 36.72%
R=27.87%
G=35.41%
B=36.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702162240.240.0400.12188.8946.5577.25
HexAAD8E01840Cbd2f4d
Octal25233034030401427557115
Binary1010101011011000111000001100010001100101111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8E0; }

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

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

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

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

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

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

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

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