#AEBFDE

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

Shades of Light Steel Blue #AEBFDE

Tints of Light Steel Blue #AEBFDE

Color information

#AEBFDE (or 0xAEBFDE) is unknown color: approx Light Steel Blue. HEX triplet: AE, BF and DE. RGB value is (174,191,222). Sum of RGB (Red+Green+Blue) = 174+191+222=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDE is #514021. Grayscale: #BDBDBD. Windows color (decimal): -5324834 or 14598062. OLE color: 14598062.

HSL color Cylindrical-coordinate representation of color #AEBFDE: hue angle of 218.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBFDE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174191222-
CMYK0.220.1400.13
HSL218.75º42.11%77.65%-
HSV(B)218.75º21.62%87.06%-
XYZ49.2751.5376.46-
YUV189.45146.37116.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=29.64%
G=32.54%
B=37.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741912220.220.1400.13218.7542.1177.65
HexAEBFDE16E0Ddb2a4e
Octal256277336261601533352116
Binary10101110101111111101111010110111001101110110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFDE; }

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

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

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

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

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

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

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

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