#AAC6DF

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

Shades of Light Steel Blue #AAC6DF

Tints of Light Steel Blue #AAC6DF

Color information

#AAC6DF (or 0xAAC6DF) is unknown color: approx Light Steel Blue. HEX triplet: AA, C6 and DF. RGB value is (170,198,223). Sum of RGB (Red+Green+Blue) = 170+198+223=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6DF is #553920. Grayscale: #C0C0C0. Windows color (decimal): -5585185 or 14665386. OLE color: 14665386.

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

Color convert

RGB170198223-
CMYK0.240.1100.13
HSL208.3º45.3%77.06%-
HSV(B)208.3º23.77%87.45%-
XYZ50.0954.2677.65-
YUV192.48145.22111.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=28.76%
G=33.50%
B=37.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701982230.240.1100.13208.345.377.06
HexAAC6DF18B0Dd02d4d
Octal252306337301301532055115
Binary10101010110001101101111111000101101101110100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6DF; }

 p { color: rgb(170,198,223); }

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

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

 a { background-color: rgb(170,198,223); }

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

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

 span { border-color: rgb(170,198,223); }

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