#AADAE3

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

Shades of Charlotte #AADAE3

Tints of Charlotte #AADAE3

Color information

#AADAE3 (or 0xAADAE3) is unknown color: approx Charlotte. HEX triplet: AA, DA and E3. RGB value is (170,218,227). Sum of RGB (Red+Green+Blue) = 170+218+227=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE3 is #55251C. Grayscale: #CCCCCC. Windows color (decimal): -5580061 or 14932650. OLE color: 14932650.

HSL color Cylindrical-coordinate representation of color #AADAE3: hue angle of 189.47º 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 #AADAE3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170218227-
CMYK0.250.0400.11
HSL189.47º50.44%77.84%-
HSV(B)189.47º25.11%89.02%-
XYZ55.5164.2382.15-
YUV204.67140.6103.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=27.64%
G=35.45%
B=36.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702182270.250.0400.11189.4750.4477.84
HexAADAE31940Bbd324e
Octal25233234331401327562116
Binary1010101011011010111000111100110001011101111011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAE3; }

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

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

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

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

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

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

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

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