#AADAE9

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

Shades of Light Blue #AADAE9

Tints of Light Blue #AADAE9

Color information

#AADAE9 (or 0xAADAE9) is unknown color: approx Light Blue. HEX triplet: AA, DA and E9. RGB value is (170,218,233). Sum of RGB (Red+Green+Blue) = 170+218+233=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #AADAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAE9 is #552516. Grayscale: #CDCDCD. Windows color (decimal): -5580055 or 15325866. OLE color: 15325866.

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

Color convert

RGB170218233-
CMYK0.270.0600.09
HSL194.29º58.88%79.02%-
HSV(B)194.29º27.04%91.37%-
XYZ56.3664.5786.58-
YUV205.36143.6102.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.38%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=27.38%
G=35.10%
B=37.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702182330.270.0600.09194.2958.8879.02
HexAADAE91B609c23b4f
Octal25233235133601130273117
Binary1010101011011010111010011101111001001110000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAE9; }

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

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

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

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

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

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

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

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