#AEBBD8

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

Shades of Light Steel Blue #AEBBD8

Tints of Light Steel Blue #AEBBD8

Color information

#AEBBD8 (or 0xAEBBD8) is unknown color: approx Light Steel Blue. HEX triplet: AE, BB and D8. RGB value is (174,187,216). Sum of RGB (Red+Green+Blue) = 174+187+216=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEBBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD8 is #514427. Grayscale: #BABABA. Windows color (decimal): -5325864 or 14203822. OLE color: 14203822.

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

Color convert

RGB174187216-
CMYK0.190.1300.15
HSL221.43º35%76.47%-
HSV(B)221.43º19.44%84.71%-
XYZ47.6249.572.01-
YUV186.42144.69119.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.16%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=30.16%
G=32.41%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741872160.190.1300.15221.433576.47
HexAEBBD813D0Fdd234c
Octal256273330231501733543114
Binary10101110101110111101100010011110101111110111011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBD8; }

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

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

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

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

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

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

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

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