#AADCEB

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

Shades of Light Blue #AADCEB

Tints of Light Blue #AADCEB

Color information

#AADCEB (or 0xAADCEB) is unknown color: approx Light Blue. HEX triplet: AA, DC and EB. RGB value is (170,220,235). Sum of RGB (Red+Green+Blue) = 170+220+235=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #AADCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEB is #552314. Grayscale: #CECECE. Windows color (decimal): -5579541 or 15457450. OLE color: 15457450.

HSL color Cylindrical-coordinate representation of color #AADCEB: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADCEB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170220235-
CMYK0.280.0600.08
HSL193.85º61.9%79.41%-
HSV(B)193.85º27.66%92.16%-
XYZ57.1765.7388.27-
YUV206.76143.94101.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=27.2%
G=35.2%
B=37.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702202350.280.0600.08193.8561.979.41
HexAADCEB1C608c23e4f
Octal25233435334601030276117
Binary1010101011011100111010111110011001000110000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCEB; }

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

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

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

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

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

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

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

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