#AADBE9

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

Shades of Light Blue #AADBE9

Tints of Light Blue #AADBE9

Color information

#AADBE9 (or 0xAADBE9) is unknown color: approx Light Blue. HEX triplet: AA, DB and E9. RGB value is (170,219,233). Sum of RGB (Red+Green+Blue) = 170+219+233=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #AADBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBE9 is #552416. Grayscale: #CDCDCD. Windows color (decimal): -5579799 or 15326122. OLE color: 15326122.

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

Color convert

RGB170219233-
CMYK0.270.0600.09
HSL193.33º58.88%79.02%-
HSV(B)193.33º27.04%91.37%-
XYZ56.6265.0986.67-
YUV205.94143.27102.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=27.33%
G=35.21%
B=37.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702192330.270.0600.09193.3358.8879.02
HexAADBE91B609c13b4f
Octal25233335133601130173117
Binary1010101011011011111010011101111001001110000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBE9; }

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

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

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

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

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

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

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

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