#AAD9ED

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

Shades of Light Blue #AAD9ED

Tints of Light Blue #AAD9ED

Color information

#AAD9ED (or 0xAAD9ED) is unknown color: approx Light Blue. HEX triplet: AA, D9 and ED. RGB value is (170,217,237). Sum of RGB (Red+Green+Blue) = 170+217+237=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9ED is #552612. Grayscale: #CDCDCD. Windows color (decimal): -5580307 or 15587754. OLE color: 15587754.

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

Color convert

RGB170217237-
CMYK0.280.0800.07
HSL197.91º65.05%79.8%-
HSV(B)197.91º28.27%92.94%-
XYZ56.6864.2989.54-
YUV205.23145.93102.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.24%
GREEN value IS 217 (85.16% from 255) = 34.78%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=27.24%
G=34.78%
B=37.98%

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
Decimal1702172370.280.0800.07197.9165.0579.8
HexAAD9ED1C807c64150
Octal252331355341007306101120
Binary10101010110110011110110111100100001111100011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9ED; }

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

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

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

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

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

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

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

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