#AABDDA

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

Shades of Light Steel Blue #AABDDA

Tints of Light Steel Blue #AABDDA

Color information

#AABDDA (or 0xAABDDA) is unknown color: approx Light Steel Blue. HEX triplet: AA, BD and DA. RGB value is (170,189,218). Sum of RGB (Red+Green+Blue) = 170+189+218=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDA is #554225. Grayscale: #BABABA. Windows color (decimal): -5587494 or 14335402. OLE color: 14335402.

HSL color Cylindrical-coordinate representation of color #AABDDA: hue angle of 216.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABDDA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170189218-
CMYK0.220.1300.15
HSL216.25º39.34%76.08%-
HSV(B)216.25º22.02%85.49%-
XYZ47.435073.48-
YUV186.62145.71116.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=29.46%
G=32.76%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701892180.220.1300.15216.2539.3476.08
HexAABDDA16D0Fd8274c
Octal252275332261501733047114
Binary10101010101111011101101010110110101111110110001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDDA; }

 p { color: rgb(170,189,218); }

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

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

 a { background-color: rgb(170,189,218); }

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

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

 span { border-color: rgb(170,189,218); }

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