#AEBDDD

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

Shades of Light Steel Blue #AEBDDD

Tints of Light Steel Blue #AEBDDD

Color information

#AEBDDD (or 0xAEBDDD) is unknown color: approx Light Steel Blue. HEX triplet: AE, BD and DD. RGB value is (174,189,221). Sum of RGB (Red+Green+Blue) = 174+189+221=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDDD is #514222. Grayscale: #BCBCBC. Windows color (decimal): -5325347 or 14532014. OLE color: 14532014.

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

Color convert

RGB174189221-
CMYK0.210.1400.13
HSL220.85º40.87%77.45%-
HSV(B)220.85º21.27%86.67%-
XYZ48.750.6175.61-
YUV188.16146.53117.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=29.79%
G=32.36%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741892210.210.1400.13220.8540.8777.45
HexAEBDDD15E0Ddd294d
Octal256275335251601533551115
Binary10101110101111011101110110101111001101110111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDDD; }

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

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

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

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

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

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

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

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