#AAD7E0

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

Shades of Light Blue #AAD7E0

Tints of Light Blue #AAD7E0

Color information

#AAD7E0 (or 0xAAD7E0) is unknown color: approx Light Blue. HEX triplet: AA, D7 and E0. RGB value is (170,215,224). Sum of RGB (Red+Green+Blue) = 170+215+224=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAD7E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7E0 is #55281F. Grayscale: #CACACA. Windows color (decimal): -5580832 or 14735274. OLE color: 14735274.

HSL color Cylindrical-coordinate representation of color #AAD7E0: hue angle of 190º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD7E0 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170215224-
CMYK0.240.0400.12
HSL190º46.55%77.25%-
HSV(B)190º24.11%87.84%-
XYZ54.3362.5379.73-
YUV202.57140.09104.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=27.91%
G=35.30%
B=36.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702152240.240.0400.1219046.5577.25
HexAAD7E01840Cbe2f4d
Octal25232734030401427657115
Binary1010101011010111111000001100010001100101111101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD7E0; }

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

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

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

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

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

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

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

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