#AAC2DE

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

Shades of Light Steel Blue #AAC2DE

Tints of Light Steel Blue #AAC2DE

Color information

#AAC2DE (or 0xAAC2DE) is unknown color: approx Light Steel Blue. HEX triplet: AA, C2 and DE. RGB value is (170,194,222). Sum of RGB (Red+Green+Blue) = 170+194+222=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2DE is #553D21. Grayscale: #BDBDBD. Windows color (decimal): -5586210 or 14598826. OLE color: 14598826.

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

Color convert

RGB170194222-
CMYK0.230.1300.13
HSL212.31º44.07%76.86%-
HSV(B)212.31º23.42%87.06%-
XYZ49.0552.476.64-
YUV190.02146.05113.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=29.01%
G=33.11%
B=37.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701942220.230.1300.13212.3144.0776.86
HexAAC2DE17D0Dd42c4d
Octal252302336271501532454115
Binary10101010110000101101111010111110101101110101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2DE; }

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

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

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

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

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

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

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

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