#AEBEE0

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

Shades of Light Steel Blue #AEBEE0

Tints of Light Steel Blue #AEBEE0

Color information

#AEBEE0 (or 0xAEBEE0) is unknown color: approx Light Steel Blue. HEX triplet: AE, BE and E0. RGB value is (174,190,224). Sum of RGB (Red+Green+Blue) = 174+190+224=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEE0 is #51411F. Grayscale: #BCBCBC. Windows color (decimal): -5325088 or 14728878. OLE color: 14728878.

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

Color convert

RGB174190224-
CMYK0.220.1500.12
HSL220.8º44.64%78.04%-
HSV(B)220.8º22.32%87.84%-
XYZ49.3251.2177.81-
YUV189.09147.7117.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=29.59%
G=32.31%
B=38.10%

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
Decimal1741902240.220.1500.12220.844.6478.04
HexAEBEE016F0Cdd2d4e
Octal256276340261701433555116
Binary10101110101111101110000010110111101100110111011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEE0; }

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

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

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

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

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

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

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

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