#AAC4DD

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

Shades of Light Steel Blue #AAC4DD

Tints of Light Steel Blue #AAC4DD

Color information

#AAC4DD (or 0xAAC4DD) is unknown color: approx Light Steel Blue. HEX triplet: AA, C4 and DD. RGB value is (170,196,221). Sum of RGB (Red+Green+Blue) = 170+196+221=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4DD is #553B22. Grayscale: #BEBEBE. Windows color (decimal): -5585699 or 14533802. OLE color: 14533802.

HSL color Cylindrical-coordinate representation of color #AAC4DD: hue angle of 209.41º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC4DD is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170196221-
CMYK0.230.1100.13
HSL209.41º42.86%76.67%-
HSV(B)209.41º23.08%86.67%-
XYZ49.3753.2576.08-
YUV191.08144.89112.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=28.96%
G=33.39%
B=37.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701962210.230.1100.13209.4142.8676.67
HexAAC4DD17B0Dd12b4d
Octal252304335271301532153115
Binary10101010110001001101110110111101101101110100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4DD; }

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

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

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

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

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

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

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

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