#AADAEC

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

Shades of Light Blue #AADAEC

Tints of Light Blue #AADAEC

Color information

#AADAEC (or 0xAADAEC) is unknown color: approx Light Blue. HEX triplet: AA, DA and EC. RGB value is (170,218,236). Sum of RGB (Red+Green+Blue) = 170+218+236=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #AADAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAEC is #552513. Grayscale: #CDCDCD. Windows color (decimal): -5580052 or 15522474. OLE color: 15522474.

HSL color Cylindrical-coordinate representation of color #AADAEC: hue angle of 196.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADAEC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170218236-
CMYK0.280.0800.07
HSL196.36º63.46%79.61%-
HSV(B)196.36º27.97%92.55%-
XYZ56.7964.7488.86-
YUV205.7145.1102.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=27.24%
G=34.94%
B=37.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702182360.280.0800.07196.3663.4679.61
HexAADAEC1C807c43f50
Octal25233235434100730477120
Binary1010101011011010111011001110010000111110001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAEC; }

 p { color: rgb(170,218,236); }

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

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

 a { background-color: rgb(170,218,236); }

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

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

 span { border-color: rgb(170,218,236); }

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