#AADBE8

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

Shades of Light Blue #AADBE8

Tints of Light Blue #AADBE8

Color information

#AADBE8 (or 0xAADBE8) is unknown color: approx Light Blue. HEX triplet: AA, DB and E8. RGB value is (170,219,232). Sum of RGB (Red+Green+Blue) = 170+219+232=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBE8 is #552417. Grayscale: #CDCDCD. Windows color (decimal): -5579800 or 15260586. OLE color: 15260586.

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

Color convert

RGB170219232-
CMYK0.270.0600.09
HSL192.58º57.41%78.82%-
HSV(B)192.58º26.72%90.98%-
XYZ56.4765.0485.92-
YUV205.83142.77102.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 232 (91.02% from 255) = 37.36%
R=27.38%
G=35.27%
B=37.36%

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
Decimal1702192320.270.0600.09192.5857.4178.82
HexAADBE81B609c1394f
Octal25233335033601130171117
Binary1010101011011011111010001101111001001110000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBE8; }

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

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

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

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

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

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

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

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