#AEBCD9

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

Shades of Light Steel Blue #AEBCD9

Tints of Light Steel Blue #AEBCD9

Color information

#AEBCD9 (or 0xAEBCD9) is unknown color: approx Light Steel Blue. HEX triplet: AE, BC and D9. RGB value is (174,188,217). Sum of RGB (Red+Green+Blue) = 174+188+217=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEBCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD9 is #514326. Grayscale: #BABABA. Windows color (decimal): -5325607 or 14269614. OLE color: 14269614.

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

Color convert

RGB174188217-
CMYK0.200.1300.15
HSL220.47º36.13%76.67%-
HSV(B)220.47º19.82%85.1%-
XYZ47.9649.9772.76-
YUV187.12144.86118.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=30.05%
G=32.47%
B=37.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741882170.200.1300.15220.4736.1376.67
HexAEBCD914D0Fdc244d
Octal256274331241501733444115
Binary10101110101111001101100110100110101111110111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCD9; }

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

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

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

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

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

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

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

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