#AADCE7

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

Shades of Charlotte #AADCE7

Tints of Charlotte #AADCE7

Color information

#AADCE7 (or 0xAADCE7) is unknown color: approx Charlotte. HEX triplet: AA, DC and E7. RGB value is (170,220,231). Sum of RGB (Red+Green+Blue) = 170+220+231=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #AADCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCE7 is #552318. Grayscale: #CECECE. Windows color (decimal): -5579545 or 15195306. OLE color: 15195306.

HSL color Cylindrical-coordinate representation of color #AADCE7: hue angle of 190.82º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADCE7 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170220231-
CMYK0.260.0500.09
HSL190.82º55.96%78.63%-
HSV(B)190.82º26.41%90.59%-
XYZ56.5965.585.26-
YUV206.3141.94102.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=27.38%
G=35.43%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702202310.260.0500.09190.8255.9678.63
HexAADCE71A509bf384f
Octal25233434732501127770117
Binary1010101011011100111001111101010101001101111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCE7; }

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

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

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

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

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

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

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

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