#AADDE9

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

Shades of Charlotte #AADDE9

Tints of Charlotte #AADDE9

Color information

#AADDE9 (or 0xAADDE9) is unknown color: approx Charlotte. HEX triplet: AA, DD and E9. RGB value is (170,221,233). Sum of RGB (Red+Green+Blue) = 170+221+233=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #AADDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDE9 is #552216. Grayscale: #CFCFCF. Windows color (decimal): -5579287 or 15326634. OLE color: 15326634.

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

Color convert

RGB170221233-
CMYK0.270.0500.09
HSL191.43º58.88%79.02%-
HSV(B)191.43º27.04%91.37%-
XYZ57.1466.1486.85-
YUV207.12142.6101.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=27.24%
G=35.42%
B=37.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702212330.270.0500.09191.4358.8879.02
HexAADDE91B509bf3b4f
Octal25233535133501127773117
Binary1010101011011101111010011101110101001101111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDE9; }

 p { color: rgb(170,221,233); }

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

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

 a { background-color: rgb(170,221,233); }

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

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

 span { border-color: rgb(170,221,233); }

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