#AECBE0

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

Shades of Light Steel Blue #AECBE0

Tints of Light Steel Blue #AECBE0

Color information

#AECBE0 (or 0xAECBE0) is unknown color: approx Light Steel Blue. HEX triplet: AE, CB and E0. RGB value is (174,203,224). Sum of RGB (Red+Green+Blue) = 174+203+224=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBE0 is #51341F. Grayscale: #C4C4C4. Windows color (decimal): -5321760 or 14732206. OLE color: 14732206.

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

Color convert

RGB174203224-
CMYK0.220.0900.12
HSL205.2º44.64%78.04%-
HSV(B)205.2º22.32%87.84%-
XYZ52.2757.0978.79-
YUV196.72143.39111.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 224 (87.89% from 255) = 37.27%
R=28.95%
G=33.78%
B=37.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742032240.220.0900.12205.244.6478.04
HexAECBE01690Ccd2d4e
Octal256313340261101431555116
Binary10101110110010111110000010110100101100110011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBE0; }

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

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

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

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

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

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

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

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