#AADCE5

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

Shades of Charlotte #AADCE5

Tints of Charlotte #AADCE5

Color information

#AADCE5 (or 0xAADCE5) is unknown color: approx Charlotte. HEX triplet: AA, DC and E5. RGB value is (170,220,229). Sum of RGB (Red+Green+Blue) = 170+220+229=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #AADCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE5 is #55231A. Grayscale: #CDCDCD. Windows color (decimal): -5579547 or 15064234. OLE color: 15064234.

HSL color Cylindrical-coordinate representation of color #AADCE5: hue angle of 189.15º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADCE5 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170220229-
CMYK0.260.0400.10
HSL189.15º53.15%78.24%-
HSV(B)189.15º25.76%89.8%-
XYZ56.3165.3983.78-
YUV206.08140.94102.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=27.46%
G=35.54%
B=37.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702202290.260.0400.10189.1553.1578.24
HexAADCE51A40Abd354e
Octal25233434532401227565116
Binary1010101011011100111001011101010001010101111011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCE5; }

 p { color: rgb(170,220,229); }

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

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

 a { background-color: rgb(170,220,229); }

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

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

 span { border-color: rgb(170,220,229); }

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