#AABCDC

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

Shades of Light Steel Blue #AABCDC

Tints of Light Steel Blue #AABCDC

Color information

#AABCDC (or 0xAABCDC) is unknown color: approx Light Steel Blue. HEX triplet: AA, BC and DC. RGB value is (170,188,220). Sum of RGB (Red+Green+Blue) = 170+188+220=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDC is #554323. Grayscale: #BABABA. Windows color (decimal): -5587748 or 14466218. OLE color: 14466218.

HSL color Cylindrical-coordinate representation of color #AABCDC: hue angle of 218.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABCDC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170188220-
CMYK0.230.1500.14
HSL218.4º41.67%76.47%-
HSV(B)218.4º22.73%86.27%-
XYZ47.4849.6874.8-
YUV186.27147.04116.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=29.41%
G=32.53%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701882200.230.1500.14218.441.6776.47
HexAABCDC17F0Eda2a4c
Octal252274334271701633252114
Binary10101010101111001101110010111111101110110110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCDC; }

 p { color: rgb(170,188,220); }

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

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

 a { background-color: rgb(170,188,220); }

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

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

 span { border-color: rgb(170,188,220); }

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