#AAD6E5

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

Shades of Light Blue #AAD6E5

Tints of Light Blue #AAD6E5

Color information

#AAD6E5 (or 0xAAD6E5) is unknown color: approx Light Blue. HEX triplet: AA, D6 and E5. RGB value is (170,214,229). Sum of RGB (Red+Green+Blue) = 170+214+229=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6E5 is #55291A. Grayscale: #CACACA. Windows color (decimal): -5581083 or 15062698. OLE color: 15062698.

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

Color convert

RGB170214229-
CMYK0.260.0700.10
HSL195.25º53.15%78.24%-
HSV(B)195.25º25.76%89.8%-
XYZ54.7762.383.27-
YUV202.55142.92104.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=27.73%
G=34.91%
B=37.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702142290.260.0700.10195.2553.1578.24
HexAAD6E51A70Ac3354e
Octal25232634532701230365116
Binary1010101011010110111001011101011101010110000111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6E5; }

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

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

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

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

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

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

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

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