#AAC4E0

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

Shades of Light Steel Blue #AAC4E0

Tints of Light Steel Blue #AAC4E0

Color information

#AAC4E0 (or 0xAAC4E0) is unknown color: approx Light Steel Blue. HEX triplet: AA, C4 and E0. RGB value is (170,196,224). Sum of RGB (Red+Green+Blue) = 170+196+224=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAC4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4E0 is #553B1F. Grayscale: #BFBFBF. Windows color (decimal): -5585696 or 14730410. OLE color: 14730410.

HSL color Cylindrical-coordinate representation of color #AAC4E0: hue angle of 211.11º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC4E0 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170196224-
CMYK0.240.1200.12
HSL211.11º46.55%77.25%-
HSV(B)211.11º24.11%87.84%-
XYZ49.7753.4178.21-
YUV191.42146.39112.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=28.81%
G=33.22%
B=37.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701962240.240.1200.12211.1146.5577.25
HexAAC4E018C0Cd32f4d
Octal252304340301401432357115
Binary10101010110001001110000011000110001100110100111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4E0; }

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

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

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

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

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

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

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

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