#AECBE1

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

Shades of Light Steel Blue #AECBE1

Tints of Light Steel Blue #AECBE1

Color information

#AECBE1 (or 0xAECBE1) is unknown color: approx Light Steel Blue. HEX triplet: AE, CB and E1. RGB value is (174,203,225). Sum of RGB (Red+Green+Blue) = 174+203+225=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBE1 is #51341E. Grayscale: #C4C4C4. Windows color (decimal): -5321759 or 14797742. OLE color: 14797742.

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

Color convert

RGB174203225-
CMYK0.230.1000.12
HSL205.88º45.95%78.24%-
HSV(B)205.88º22.67%88.24%-
XYZ52.457.1579.5-
YUV196.84143.89111.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=28.90%
G=33.72%
B=37.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742032250.230.1000.12205.8845.9578.24
HexAECBE117A0Cce2e4e
Octal256313341271201431656116
Binary10101110110010111110000110111101001100110011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBE1; }

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

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

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

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

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

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

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

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