#AADAE4

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

Shades of Charlotte #AADAE4

Tints of Charlotte #AADAE4

Color information

#AADAE4 (or 0xAADAE4) is unknown color: approx Charlotte. HEX triplet: AA, DA and E4. RGB value is (170,218,228). Sum of RGB (Red+Green+Blue) = 170+218+228=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE4 is #55251B. Grayscale: #CCCCCC. Windows color (decimal): -5580060 or 14998186. OLE color: 14998186.

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

Color convert

RGB170218228-
CMYK0.250.0400.11
HSL190.34º51.79%78.04%-
HSV(B)190.34º25.44%89.41%-
XYZ55.6564.2982.87-
YUV204.79141.1103.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=27.60%
G=35.39%
B=37.01%

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
Decimal1702182280.250.0400.11190.3451.7978.04
HexAADAE41940Bbe344e
Octal25233234431401327664116
Binary1010101011011010111001001100110001011101111101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAE4; }

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

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

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

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

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

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

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

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