#AAD8E1

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

Shades of Charlotte #AAD8E1

Tints of Charlotte #AAD8E1

Color information

#AAD8E1 (or 0xAAD8E1) is unknown color: approx Charlotte. HEX triplet: AA, D8 and E1. RGB value is (170,216,225). Sum of RGB (Red+Green+Blue) = 170+216+225=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAD8E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8E1 is #55271E. Grayscale: #CBCBCB. Windows color (decimal): -5580575 or 14801066. OLE color: 14801066.

HSL color Cylindrical-coordinate representation of color #AAD8E1: hue angle of 189.82º degrees, saturation: 0.48, 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 #AAD8E1 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170216225-
CMYK0.240.0400.12
HSL189.82º47.83%77.45%-
HSV(B)189.82º24.44%88.24%-
XYZ54.7263.0980.53-
YUV203.27140.26104.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=27.82%
G=35.35%
B=36.82%

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
Decimal1702162250.240.0400.12189.8247.8377.45
HexAAD8E11840Cbe304d
Octal25233034130401427660115
Binary1010101011011000111000011100010001100101111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD8E1; }

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

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

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

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

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

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

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

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