#AAD9E7

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

Shades of Light Blue #AAD9E7

Tints of Light Blue #AAD9E7

Color information

#AAD9E7 (or 0xAAD9E7) is unknown color: approx Light Blue. HEX triplet: AA, D9 and E7. RGB value is (170,217,231). Sum of RGB (Red+Green+Blue) = 170+217+231=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAD9E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9E7 is #552618. Grayscale: #CCCCCC. Windows color (decimal): -5580313 or 15194538. OLE color: 15194538.

HSL color Cylindrical-coordinate representation of color #AAD9E7: hue angle of 193.77º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD9E7 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170217231-
CMYK0.260.0600.09
HSL193.77º55.96%78.63%-
HSV(B)193.77º26.41%90.59%-
XYZ55.8163.9485-
YUV204.54142.93103.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 231 (90.62% from 255) = 37.38%
R=27.51%
G=35.11%
B=37.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702172310.260.0600.09193.7755.9678.63
HexAAD9E71A609c2384f
Octal25233134732601130270117
Binary1010101011011001111001111101011001001110000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9E7; }

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

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

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

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

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

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

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

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