#AEBBD6

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

Shades of Light Steel Blue #AEBBD6

Tints of Light Steel Blue #AEBBD6

Color information

#AEBBD6 (or 0xAEBBD6) is unknown color: approx Light Steel Blue. HEX triplet: AE, BB and D6. RGB value is (174,187,214). Sum of RGB (Red+Green+Blue) = 174+187+214=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD6 is #514429. Grayscale: #BABABA. Windows color (decimal): -5325866 or 14072750. OLE color: 14072750.

HSL color Cylindrical-coordinate representation of color #AEBBD6: hue angle of 220.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBBD6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174187214-
CMYK0.190.1300.16
HSL220.5º32.79%76.08%-
HSV(B)220.5º18.69%83.92%-
XYZ47.3649.3970.66-
YUV186.19143.69119.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=30.26%
G=32.52%
B=37.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741872140.190.1300.16220.532.7976.08
HexAEBBD613D010dc214c
Octal256273326231502033441114
Binary101011101011101111010110100111101010000110111001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBD6; }

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

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

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

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

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

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

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

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