#AEBBD9

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

Shades of Light Steel Blue #AEBBD9

Tints of Light Steel Blue #AEBBD9

Color information

#AEBBD9 (or 0xAEBBD9) is unknown color: approx Light Steel Blue. HEX triplet: AE, BB and D9. RGB value is (174,187,217). Sum of RGB (Red+Green+Blue) = 174+187+217=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD9 is #514426. Grayscale: #BABABA. Windows color (decimal): -5325863 or 14269358. OLE color: 14269358.

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

Color convert

RGB174187217-
CMYK0.200.1400.15
HSL221.86º36.13%76.67%-
HSV(B)221.86º19.82%85.1%-
XYZ47.7549.5572.69-
YUV186.53145.19119.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=30.10%
G=32.35%
B=37.54%

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
Decimal1741872170.200.1400.15221.8636.1376.67
HexAEBBD914E0Fde244d
Octal256273331241601733644115
Binary10101110101110111101100110100111001111110111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBD9; }

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

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

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

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

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

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

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

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