#AADAE0

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

Shades of Charlotte #AADAE0

Tints of Charlotte #AADAE0

Color information

#AADAE0 (or 0xAADAE0) is unknown color: approx Charlotte. HEX triplet: AA, DA and E0. RGB value is (170,218,224). Sum of RGB (Red+Green+Blue) = 170+218+224=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE0 is #55251F. Grayscale: #CCCCCC. Windows color (decimal): -5580064 or 14736042. OLE color: 14736042.

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

Color convert

RGB170218224-
CMYK0.240.0300.12
HSL186.67º46.55%77.25%-
HSV(B)186.67º24.11%87.84%-
XYZ55.164.0779.98-
YUV204.33139.1103.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=27.78%
G=35.62%
B=36.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702182240.240.0300.12186.6746.5577.25
HexAADAE01830Cbb2f4d
Octal25233234030301427357115
Binary101010101101101011100000110001101100101110111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAE0; }

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

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

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

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

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

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

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

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