#AAD9EB

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

Shades of Light Blue #AAD9EB

Tints of Light Blue #AAD9EB

Color information

#AAD9EB (or 0xAAD9EB) is unknown color: approx Light Blue. HEX triplet: AA, D9 and EB. RGB value is (170,217,235). Sum of RGB (Red+Green+Blue) = 170+217+235=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAD9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9EB is #552614. Grayscale: #CCCCCC. Windows color (decimal): -5580309 or 15456682. OLE color: 15456682.

HSL color Cylindrical-coordinate representation of color #AAD9EB: hue angle of 196.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD9EB is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170217235-
CMYK0.280.0800.08
HSL196.62º61.9%79.41%-
HSV(B)196.62º27.66%92.16%-
XYZ56.3964.1788.01-
YUV205144.93103.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.33%
GREEN value IS 217 (85.16% from 255) = 34.89%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=27.33%
G=34.89%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702172350.280.0800.08196.6261.979.41
HexAAD9EB1C808c53e4f
Octal252331353341001030576117
Binary10101010110110011110101111100100001000110001011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9EB; }

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

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

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

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

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

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

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

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