#AEBFDF

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

Shades of Light Steel Blue #AEBFDF

Tints of Light Steel Blue #AEBFDF

Color information

#AEBFDF (or 0xAEBFDF) is unknown color: approx Light Steel Blue. HEX triplet: AE, BF and DF. RGB value is (174,191,223). Sum of RGB (Red+Green+Blue) = 174+191+223=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDF is #514020. Grayscale: #BDBDBD. Windows color (decimal): -5324833 or 14663598. OLE color: 14663598.

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

Color convert

RGB174191223-
CMYK0.220.1400.13
HSL219.18º43.36%77.84%-
HSV(B)219.18º21.97%87.45%-
XYZ49.4151.5977.17-
YUV189.56146.87116.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=29.59%
G=32.48%
B=37.93%

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
Decimal1741912230.220.1400.13219.1843.3677.84
HexAEBFDF16E0Ddb2b4e
Octal256277337261601533353116
Binary10101110101111111101111110110111001101110110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFDF; }

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

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

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

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

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

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

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

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