#AADCEA

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

Shades of Light Blue #AADCEA

Tints of Light Blue #AADCEA

Color information

#AADCEA (or 0xAADCEA) is unknown color: approx Light Blue. HEX triplet: AA, DC and EA. RGB value is (170,220,234). Sum of RGB (Red+Green+Blue) = 170+220+234=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #AADCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEA is #552315. Grayscale: #CECECE. Windows color (decimal): -5579542 or 15391914. OLE color: 15391914.

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

Color convert

RGB170220234-
CMYK0.270.0600.08
HSL193.12º60.38%79.22%-
HSV(B)193.12º27.35%91.76%-
XYZ57.0265.6787.51-
YUV206.65143.44101.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=27.24%
G=35.26%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702202340.270.0600.08193.1260.3879.22
HexAADCEA1B608c13c4f
Octal25233435233601030174117
Binary1010101011011100111010101101111001000110000011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCEA; }

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

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

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

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

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

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

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

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