#AEBDDA

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

Shades of Light Steel Blue #AEBDDA

Tints of Light Steel Blue #AEBDDA

Color information

#AEBDDA (or 0xAEBDDA) is unknown color: approx Light Steel Blue. HEX triplet: AE, BD and DA. RGB value is (174,189,218). Sum of RGB (Red+Green+Blue) = 174+189+218=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDDA is #514225. Grayscale: #BBBBBB. Windows color (decimal): -5325350 or 14335406. OLE color: 14335406.

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

Color convert

RGB174189218-
CMYK0.200.1300.15
HSL219.55º37.29%76.86%-
HSV(B)219.55º20.18%85.49%-
XYZ48.3150.4673.52-
YUV187.82145.03118.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=29.95%
G=32.53%
B=37.52%

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
Decimal1741892180.200.1300.15219.5537.2976.86
HexAEBDDA14D0Fdc254d
Octal256275332241501733445115
Binary10101110101111011101101010100110101111110111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDDA; }

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

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

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

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

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

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

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

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