#AAD1E5

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

Shades of Light Blue #AAD1E5

Tints of Light Blue #AAD1E5

Color information

#AAD1E5 (or 0xAAD1E5) is unknown color: approx Light Blue. HEX triplet: AA, D1 and E5. RGB value is (170,209,229). Sum of RGB (Red+Green+Blue) = 170+209+229=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1E5 is #552E1A. Grayscale: #C7C7C7. Windows color (decimal): -5582363 or 15061418. OLE color: 15061418.

HSL color Cylindrical-coordinate representation of color #AAD1E5: hue angle of 200.34º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD1E5 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170209229-
CMYK0.260.0900.10
HSL200.34º53.15%78.24%-
HSV(B)200.34º25.76%89.8%-
XYZ53.5259.882.85-
YUV199.62144.58106.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 229 (89.84% from 255) = 37.66%
R=27.96%
G=34.38%
B=37.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702092290.260.0900.10200.3453.1578.24
HexAAD1E51A90Ac8354e
Octal252321345321101231065116
Binary10101010110100011110010111010100101010110010001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD1E5; }

 p { color: rgb(170,209,229); }

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

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

 a { background-color: rgb(170,209,229); }

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

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

 span { border-color: rgb(170,209,229); }

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