#AEBED9

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

Shades of Light Steel Blue #AEBED9

Tints of Light Steel Blue #AEBED9

Color information

#AEBED9 (or 0xAEBED9) is unknown color: approx Light Steel Blue. HEX triplet: AE, BE and D9. RGB value is (174,190,217). Sum of RGB (Red+Green+Blue) = 174+190+217=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEBED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBED9 is #514126. Grayscale: #BCBCBC. Windows color (decimal): -5325095 or 14270126. OLE color: 14270126.

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

Color convert

RGB174190217-
CMYK0.200.1200.15
HSL217.67º36.13%76.67%-
HSV(B)217.67º19.82%85.1%-
XYZ48.3950.8472.91-
YUV188.29144.2117.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=29.95%
G=32.70%
B=37.35%

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
Decimal1741902170.200.1200.15217.6736.1376.67
HexAEBED914C0Fda244d
Octal256276331241401733244115
Binary10101110101111101101100110100110001111110110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBED9; }

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

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

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

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

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

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

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

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