#AEC8DD

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

Shades of Light Steel Blue #AEC8DD

Tints of Light Steel Blue #AEC8DD

Color information

#AEC8DD (or 0xAEC8DD) is unknown color: approx Light Steel Blue. HEX triplet: AE, C8 and DD. RGB value is (174,200,221). Sum of RGB (Red+Green+Blue) = 174+200+221=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8DD is #513722. Grayscale: #C2C2C2. Windows color (decimal): -5322531 or 14534830. OLE color: 14534830.

HSL color Cylindrical-coordinate representation of color #AEC8DD: hue angle of 206.81º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC8DD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174200221-
CMYK0.210.1000.13
HSL206.81º40.87%77.45%-
HSV(B)206.81º21.27%86.67%-
XYZ51.1655.5376.43-
YUV194.62142.89113.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=29.24%
G=33.61%
B=37.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742002210.210.1000.13206.8140.8777.45
HexAEC8DD15A0Dcf294d
Octal256310335251201531751115
Binary10101110110010001101110110101101001101110011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8DD; }

 p { color: rgb(174,200,221); }

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

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

 a { background-color: rgb(174,200,221); }

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

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

 span { border-color: rgb(174,200,221); }

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