#AADCE8

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

Shades of Light Blue #AADCE8

Tints of Light Blue #AADCE8

Color information

#AADCE8 (or 0xAADCE8) is unknown color: approx Light Blue. HEX triplet: AA, DC and E8. RGB value is (170,220,232). Sum of RGB (Red+Green+Blue) = 170+220+232=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #AADCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCE8 is #552317. Grayscale: #CECECE. Windows color (decimal): -5579544 or 15260842. OLE color: 15260842.

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

Color convert

RGB170220232-
CMYK0.270.0500.09
HSL191.61º57.41%78.82%-
HSV(B)191.61º26.72%90.98%-
XYZ56.7465.5686.01-
YUV206.42142.44102.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 232 (91.02% from 255) = 37.30%
R=27.33%
G=35.37%
B=37.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702202320.270.0500.09191.6157.4178.82
HexAADCE81B509c0394f
Octal25233435033501130071117
Binary1010101011011100111010001101110101001110000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCE8; }

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

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

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

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

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

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

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

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