#AEBFDA

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

Shades of Light Steel Blue #AEBFDA

Tints of Light Steel Blue #AEBFDA

Color information

#AEBFDA (or 0xAEBFDA) is unknown color: approx Light Steel Blue. HEX triplet: AE, BF and DA. RGB value is (174,191,218). Sum of RGB (Red+Green+Blue) = 174+191+218=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDA is #514025. Grayscale: #BCBCBC. Windows color (decimal): -5324838 or 14335918. OLE color: 14335918.

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

Color convert

RGB174191218-
CMYK0.200.1200.15
HSL216.82º37.29%76.86%-
HSV(B)216.82º20.18%85.49%-
XYZ48.7451.3273.67-
YUV188.99144.37117.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=29.85%
G=32.76%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741912180.200.1200.15216.8237.2976.86
HexAEBFDA14C0Fd9254d
Octal256277332241401733145115
Binary10101110101111111101101010100110001111110110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFDA; }

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

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

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

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

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

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

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

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