#AADAED

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

Shades of Light Blue #AADAED

Tints of Light Blue #AADAED

Color information

#AADAED (or 0xAADAED) is unknown color: approx Light Blue. HEX triplet: AA, DA and ED. RGB value is (170,218,237). Sum of RGB (Red+Green+Blue) = 170+218+237=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAED is #552512. Grayscale: #CDCDCD. Windows color (decimal): -5580051 or 15588010. OLE color: 15588010.

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

Color convert

RGB170218237-
CMYK0.280.0800.07
HSL197.01º65.05%79.8%-
HSV(B)197.01º28.27%92.94%-
XYZ56.9464.889.63-
YUV205.81145.6102.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=27.2%
G=34.88%
B=37.92%

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
Decimal1702182370.280.0800.07197.0165.0579.8
HexAADAED1C807c54150
Octal252332355341007305101120
Binary10101010110110101110110111100100001111100010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAED; }

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

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

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

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

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

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

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

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