#AEC0D9

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

Shades of Light Steel Blue #AEC0D9

Tints of Light Steel Blue #AEC0D9

Color information

#AEC0D9 (or 0xAEC0D9) is unknown color: approx Light Steel Blue. HEX triplet: AE, C0 and D9. RGB value is (174,192,217). Sum of RGB (Red+Green+Blue) = 174+192+217=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEC0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0D9 is #513F26. Grayscale: #BDBDBD. Windows color (decimal): -5324583 or 14270638. OLE color: 14270638.

HSL color Cylindrical-coordinate representation of color #AEC0D9: hue angle of 214.88º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC0D9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174192217-
CMYK0.200.1200.15
HSL214.88º36.13%76.67%-
HSV(B)214.88º19.82%85.1%-
XYZ48.8351.7173.05-
YUV189.47143.54116.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=29.85%
G=32.93%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741922170.200.1200.15214.8836.1376.67
HexAEC0D914C0Fd7244d
Octal256300331241401732744115
Binary10101110110000001101100110100110001111110101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0D9; }

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

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

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

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

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

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

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

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