#AAD4E7

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

Shades of Light Blue #AAD4E7

Tints of Light Blue #AAD4E7

Color information

#AAD4E7 (or 0xAAD4E7) is unknown color: approx Light Blue. HEX triplet: AA, D4 and E7. RGB value is (170,212,231). Sum of RGB (Red+Green+Blue) = 170+212+231=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAD4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD4E7 is #552B18. Grayscale: #C9C9C9. Windows color (decimal): -5581593 or 15193258. OLE color: 15193258.

HSL color Cylindrical-coordinate representation of color #AAD4E7: hue angle of 198.69º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD4E7 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170212231-
CMYK0.260.0800.09
HSL198.69º55.96%78.63%-
HSV(B)198.69º26.41%90.59%-
XYZ54.5461.484.58-
YUV201.61144.59105.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=27.73%
G=34.58%
B=37.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702122310.260.0800.09198.6955.9678.63
HexAAD4E71A809c7384f
Octal252324347321001130770117
Binary10101010110101001110011111010100001001110001111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD4E7; }

 p { color: rgb(170,212,231); }

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

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

 a { background-color: rgb(170,212,231); }

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

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

 span { border-color: rgb(170,212,231); }

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