#AAD7E5

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

Shades of Light Blue #AAD7E5

Tints of Light Blue #AAD7E5

Color information

#AAD7E5 (or 0xAAD7E5) is unknown color: approx Light Blue. HEX triplet: AA, D7 and E5. RGB value is (170,215,229). Sum of RGB (Red+Green+Blue) = 170+215+229=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7E5 is #55281A. Grayscale: #CBCBCB. Windows color (decimal): -5580827 or 15062954. OLE color: 15062954.

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

Color convert

RGB170215229-
CMYK0.260.0600.10
HSL194.24º53.15%78.24%-
HSV(B)194.24º25.76%89.8%-
XYZ55.0262.883.35-
YUV203.14142.59104.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=27.69%
G=35.02%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702152290.260.0600.10194.2453.1578.24
HexAAD7E51A60Ac2354e
Octal25232734532601230265116
Binary1010101011010111111001011101011001010110000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7E5; }

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

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

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

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

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

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

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

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