#AADAEA

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

Shades of Light Blue #AADAEA

Tints of Light Blue #AADAEA

Color information

#AADAEA (or 0xAADAEA) is unknown color: approx Light Blue. HEX triplet: AA, DA and EA. RGB value is (170,218,234). Sum of RGB (Red+Green+Blue) = 170+218+234=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #AADAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAEA is #552515. Grayscale: #CDCDCD. Windows color (decimal): -5580054 or 15391402. OLE color: 15391402.

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

Color convert

RGB170218234-
CMYK0.270.0700.08
HSL195º60.38%79.22%-
HSV(B)195º27.35%91.76%-
XYZ56.564.6387.34-
YUV205.47144.1102.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=27.33%
G=35.05%
B=37.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702182340.270.0700.0819560.3879.22
HexAADAEA1B708c33c4f
Octal25233235233701030374117
Binary1010101011011010111010101101111101000110000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAEA; }

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

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

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

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

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

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

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

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