#AAC4DC

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

Shades of Light Steel Blue #AAC4DC

Tints of Light Steel Blue #AAC4DC

Color information

#AAC4DC (or 0xAAC4DC) is unknown color: approx Light Steel Blue. HEX triplet: AA, C4 and DC. RGB value is (170,196,220). Sum of RGB (Red+Green+Blue) = 170+196+220=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4DC is #553B23. Grayscale: #BEBEBE. Windows color (decimal): -5585700 or 14468266. OLE color: 14468266.

HSL color Cylindrical-coordinate representation of color #AAC4DC: hue angle of 208.8º 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 #AAC4DC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170196220-
CMYK0.230.1100.14
HSL208.8º41.67%76.47%-
HSV(B)208.8º22.73%86.27%-
XYZ49.2453.1975.38-
YUV190.96144.39113.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 196 (76.95% from 255) = 33.45%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=29.01%
G=33.45%
B=37.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701962200.230.1100.14208.841.6776.47
HexAAC4DC17B0Ed12a4c
Octal252304334271301632152114
Binary10101010110001001101110010111101101110110100011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4DC; }

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

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

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

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

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

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

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

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