#AAC5DE

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

Shades of Light Steel Blue #AAC5DE

Tints of Light Steel Blue #AAC5DE

Color information

#AAC5DE (or 0xAAC5DE) is unknown color: approx Light Steel Blue. HEX triplet: AA, C5 and DE. RGB value is (170,197,222). Sum of RGB (Red+Green+Blue) = 170+197+222=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5DE is #553A21. Grayscale: #BFBFBF. Windows color (decimal): -5585442 or 14599594. OLE color: 14599594.

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

Color convert

RGB170197222-
CMYK0.230.1100.13
HSL208.85º44.07%76.86%-
HSV(B)208.85º23.42%87.06%-
XYZ49.7353.7576.86-
YUV191.78145.05112.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=28.86%
G=33.45%
B=37.69%

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
Decimal1701972220.230.1100.13208.8544.0776.86
HexAAC5DE17B0Dd12c4d
Octal252305336271301532154115
Binary10101010110001011101111010111101101101110100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5DE; }

 p { color: rgb(170,197,222); }

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

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

 a { background-color: rgb(170,197,222); }

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

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

 span { border-color: rgb(170,197,222); }

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