#AEBEDF

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

Shades of Light Steel Blue #AEBEDF

Tints of Light Steel Blue #AEBEDF

Color information

#AEBEDF (or 0xAEBEDF) is unknown color: approx Light Steel Blue. HEX triplet: AE, BE and DF. RGB value is (174,190,223). Sum of RGB (Red+Green+Blue) = 174+190+223=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEDF is #514120. Grayscale: #BCBCBC. Windows color (decimal): -5325089 or 14663342. OLE color: 14663342.

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

Color convert

RGB174190223-
CMYK0.220.1500.13
HSL220.41º43.36%77.84%-
HSV(B)220.41º21.97%87.45%-
XYZ49.1951.1577.09-
YUV188.98147.2117.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=29.64%
G=32.37%
B=37.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741902230.220.1500.13220.4143.3677.84
HexAEBEDF16F0Ddc2b4e
Octal256276337261701533453116
Binary10101110101111101101111110110111101101110111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEDF; }

 p { color: rgb(174,190,223); }

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

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

 a { background-color: rgb(174,190,223); }

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

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

 span { border-color: rgb(174,190,223); }

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