#AEBFDC

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

Shades of Light Steel Blue #AEBFDC

Tints of Light Steel Blue #AEBFDC

Color information

#AEBFDC (or 0xAEBFDC) is unknown color: approx Light Steel Blue. HEX triplet: AE, BF and DC. RGB value is (174,191,220). Sum of RGB (Red+Green+Blue) = 174+191+220=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDC is #514023. Grayscale: #BDBDBD. Windows color (decimal): -5324836 or 14466990. OLE color: 14466990.

HSL color Cylindrical-coordinate representation of color #AEBFDC: hue angle of 217.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBFDC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174191220-
CMYK0.210.1300.14
HSL217.83º39.66%77.25%-
HSV(B)217.83º20.91%86.27%-
XYZ4951.4375.05-
YUV189.22145.37117.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=29.74%
G=32.65%
B=37.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741912200.210.1300.14217.8339.6677.25
HexAEBFDC15D0Eda284d
Octal256277334251501633250115
Binary10101110101111111101110010101110101110110110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFDC; }

 p { color: rgb(174,191,220); }

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

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

 a { background-color: rgb(174,191,220); }

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

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

 span { border-color: rgb(174,191,220); }

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