#AEBDD9

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

Shades of Light Steel Blue #AEBDD9

Tints of Light Steel Blue #AEBDD9

Color information

#AEBDD9 (or 0xAEBDD9) is unknown color: approx Light Steel Blue. HEX triplet: AE, BD and D9. RGB value is (174,189,217). Sum of RGB (Red+Green+Blue) = 174+189+217=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD9 is #514226. Grayscale: #BBBBBB. Windows color (decimal): -5325351 or 14269870. OLE color: 14269870.

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

Color convert

RGB174189217-
CMYK0.200.1300.15
HSL219.07º36.13%76.67%-
HSV(B)219.07º19.82%85.1%-
XYZ48.1850.472.84-
YUV187.71144.53118.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=30%
G=32.59%
B=37.41%

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
Decimal1741892170.200.1300.15219.0736.1376.67
HexAEBDD914D0Fdb244d
Octal256275331241501733344115
Binary10101110101111011101100110100110101111110110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDD9; }

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

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

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

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

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

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

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

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