#AEBFE0

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

Shades of Light Steel Blue #AEBFE0

Tints of Light Steel Blue #AEBFE0

Color information

#AEBFE0 (or 0xAEBFE0) is unknown color: approx Light Steel Blue. HEX triplet: AE, BF and E0. RGB value is (174,191,224). Sum of RGB (Red+Green+Blue) = 174+191+224=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE0 is #51401F. Grayscale: #BDBDBD. Windows color (decimal): -5324832 or 14729134. OLE color: 14729134.

HSL color Cylindrical-coordinate representation of color #AEBFE0: hue angle of 219.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBFE0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174191224-
CMYK0.220.1500.12
HSL219.6º44.64%78.04%-
HSV(B)219.6º22.32%87.84%-
XYZ49.5451.6477.88-
YUV189.68147.37116.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=29.54%
G=32.43%
B=38.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741912240.220.1500.12219.644.6478.04
HexAEBFE016F0Cdc2d4e
Octal256277340261701433455116
Binary10101110101111111110000010110111101100110111001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFE0; }

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

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

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

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

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

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

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

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