#AEBCDB

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

Shades of Light Steel Blue #AEBCDB

Tints of Light Steel Blue #AEBCDB

Color information

#AEBCDB (or 0xAEBCDB) is unknown color: approx Light Steel Blue. HEX triplet: AE, BC and DB. RGB value is (174,188,219). Sum of RGB (Red+Green+Blue) = 174+188+219=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDB is #514324. Grayscale: #BBBBBB. Windows color (decimal): -5325605 or 14400686. OLE color: 14400686.

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

Color convert

RGB174188219-
CMYK0.210.1400.14
HSL221.33º38.46%77.06%-
HSV(B)221.33º20.55%85.88%-
XYZ48.2250.0874.14-
YUV187.35145.86118.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=29.95%
G=32.36%
B=37.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741882190.210.1400.14221.3338.4677.06
HexAEBCDB15E0Edd264d
Octal256274333251601633546115
Binary10101110101111001101101110101111001110110111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCDB; }

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

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

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

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

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

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

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

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