#AEC0DD

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

Shades of Light Steel Blue #AEC0DD

Tints of Light Steel Blue #AEC0DD

Color information

#AEC0DD (or 0xAEC0DD) is unknown color: approx Light Steel Blue. HEX triplet: AE, C0 and DD. RGB value is (174,192,221). Sum of RGB (Red+Green+Blue) = 174+192+221=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 192 (75.39% from 255 or 32.71% 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 #AEC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DD is #513F22. Grayscale: #BDBDBD. Windows color (decimal): -5324579 or 14532782. OLE color: 14532782.

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

Color convert

RGB174192221-
CMYK0.210.1300.13
HSL217.02º40.87%77.45%-
HSV(B)217.02º21.27%86.67%-
XYZ49.3651.9275.83-
YUV189.92145.54116.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=29.64%
G=32.71%
B=37.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741922210.210.1300.13217.0240.8777.45
HexAEC0DD15D0Dd9294d
Octal256300335251501533151115
Binary10101110110000001101110110101110101101110110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0DD; }

 p { color: rgb(174,192,221); }

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

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

 a { background-color: rgb(174,192,221); }

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

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

 span { border-color: rgb(174,192,221); }

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