#AADCE3

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

Shades of Charlotte #AADCE3

Tints of Charlotte #AADCE3

Color information

#AADCE3 (or 0xAADCE3) is unknown color: approx Charlotte. HEX triplet: AA, DC and E3. RGB value is (170,220,227). Sum of RGB (Red+Green+Blue) = 170+220+227=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCE3 is #55231C. Grayscale: #CDCDCD. Windows color (decimal): -5579549 or 14933162. OLE color: 14933162.

HSL color Cylindrical-coordinate representation of color #AADCE3: hue angle of 187.37º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADCE3 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170220227-
CMYK0.250.0300.11
HSL187.37º50.44%77.84%-
HSV(B)187.37º25.11%89.02%-
XYZ56.0465.2882.32-
YUV205.85139.94102.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=27.55%
G=35.66%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702202270.250.0300.11187.3750.4477.84
HexAADCE31930Bbb324e
Octal25233434331301327362116
Binary101010101101110011100011110011101011101110111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCE3; }

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

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

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

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

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

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

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

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