#AEBBDA

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

Shades of Light Steel Blue #AEBBDA

Tints of Light Steel Blue #AEBBDA

Color information

#AEBBDA (or 0xAEBBDA) is unknown color: approx Light Steel Blue. HEX triplet: AE, BB and DA. RGB value is (174,187,218). Sum of RGB (Red+Green+Blue) = 174+187+218=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBDA is #514425. Grayscale: #BABABA. Windows color (decimal): -5325862 or 14334894. OLE color: 14334894.

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

Color convert

RGB174187218-
CMYK0.200.1400.15
HSL222.27º37.29%76.86%-
HSV(B)222.27º20.18%85.49%-
XYZ47.8849.673.38-
YUV186.65145.69118.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=30.05%
G=32.30%
B=37.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741872180.200.1400.15222.2737.2976.86
HexAEBBDA14E0Fde254d
Octal256273332241601733645115
Binary10101110101110111101101010100111001111110111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBDA; }

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

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

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

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

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

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

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

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