#AADEE8

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

Shades of Charlotte #AADEE8

Tints of Charlotte #AADEE8

Color information

#AADEE8 (or 0xAADEE8) is unknown color: approx Charlotte. HEX triplet: AA, DE and E8. RGB value is (170,222,232). Sum of RGB (Red+Green+Blue) = 170+222+232=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEE8 is #552117. Grayscale: #CFCFCF. Windows color (decimal): -5579032 or 15261354. OLE color: 15261354.

HSL color Cylindrical-coordinate representation of color #AADEE8: hue angle of 189.68º degrees, saturation: 0.57, 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 #AADEE8 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170222232-
CMYK0.270.0400.09
HSL189.68º57.41%78.82%-
HSV(B)189.68º26.72%90.98%-
XYZ57.2666.6186.18-
YUV207.59141.77101.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=27.24%
G=35.58%
B=37.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702222320.270.0400.09189.6857.4178.82
HexAADEE81B409be394f
Octal25233635033401127671117
Binary1010101011011110111010001101110001001101111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEE8; }

 p { color: rgb(170,222,232); }

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

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

 a { background-color: rgb(170,222,232); }

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

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

 span { border-color: rgb(170,222,232); }

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