#AADFE8

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

Shades of Charlotte #AADFE8

Tints of Charlotte #AADFE8

Color information

#AADFE8 (or 0xAADFE8) is unknown color: approx Charlotte. HEX triplet: AA, DF and E8. RGB value is (170,223,232). Sum of RGB (Red+Green+Blue) = 170+223+232=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFE8 is #552017. Grayscale: #D0D0D0. Windows color (decimal): -5578776 or 15261610. OLE color: 15261610.

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

Color convert

RGB170223232-
CMYK0.270.0400.09
HSL188.71º57.41%78.82%-
HSV(B)188.71º26.72%90.98%-
XYZ57.5367.1586.27-
YUV208.18141.44100.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=27.2%
G=35.68%
B=37.12%

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
Decimal1702232320.270.0400.09188.7157.4178.82
HexAADFE81B409bd394f
Octal25233735033401127571117
Binary1010101011011111111010001101110001001101111011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFE8; }

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

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

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

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

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

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

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

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