#AAD3E8

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

Shades of Light Blue #AAD3E8

Tints of Light Blue #AAD3E8

Color information

#AAD3E8 (or 0xAAD3E8) is unknown color: approx Light Blue. HEX triplet: AA, D3 and E8. RGB value is (170,211,232). Sum of RGB (Red+Green+Blue) = 170+211+232=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3E8 is #552C17. Grayscale: #C9C9C9. Windows color (decimal): -5581848 or 15258538. OLE color: 15258538.

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

Color convert

RGB170211232-
CMYK0.270.0900.09
HSL200.32º57.41%78.82%-
HSV(B)200.32º26.72%90.98%-
XYZ54.4460.9685.24-
YUV201.14145.42105.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=27.73%
G=34.42%
B=37.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702112320.270.0900.09200.3257.4178.82
HexAAD3E81B909c8394f
Octal252323350331101131071117
Binary10101010110100111110100011011100101001110010001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD3E8; }

 p { color: rgb(170,211,232); }

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

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

 a { background-color: rgb(170,211,232); }

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

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

 span { border-color: rgb(170,211,232); }

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