#AADBE4

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

Shades of Charlotte #AADBE4

Tints of Charlotte #AADBE4

Color information

#AADBE4 (or 0xAADBE4) is unknown color: approx Charlotte. HEX triplet: AA, DB and E4. RGB value is (170,219,228). Sum of RGB (Red+Green+Blue) = 170+219+228=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #AADBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBE4 is #55241B. Grayscale: #CDCDCD. Windows color (decimal): -5579804 or 14998442. OLE color: 14998442.

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

Color convert

RGB170219228-
CMYK0.250.0400.11
HSL189.31º51.79%78.04%-
HSV(B)189.31º25.44%89.41%-
XYZ55.9164.8182.96-
YUV205.37140.77102.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=27.55%
G=35.49%
B=36.95%

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
Decimal1702192280.250.0400.11189.3151.7978.04
HexAADBE41940Bbd344e
Octal25233334431401327564116
Binary1010101011011011111001001100110001011101111011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBE4; }

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

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

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

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

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

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

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

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