#AECADF

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

Shades of Light Steel Blue #AECADF

Tints of Light Steel Blue #AECADF

Color information

#AECADF (or 0xAECADF) is unknown color: approx Light Steel Blue. HEX triplet: AE, CA and DF. RGB value is (174,202,223). Sum of RGB (Red+Green+Blue) = 174+202+223=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADF is #513520. Grayscale: #C3C3C3. Windows color (decimal): -5322017 or 14666414. OLE color: 14666414.

HSL color Cylindrical-coordinate representation of color #AECADF: hue angle of 205.71º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECADF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174202223-
CMYK0.220.0900.13
HSL205.71º43.36%77.84%-
HSV(B)205.71º21.97%87.45%-
XYZ51.956.5778-
YUV196.02143.22112.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=29.05%
G=33.72%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742022230.220.0900.13205.7143.3677.84
HexAECADF1690Dce2b4e
Octal256312337261101531653116
Binary10101110110010101101111110110100101101110011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECADF; }

 p { color: rgb(174,202,223); }

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

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

 a { background-color: rgb(174,202,223); }

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

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

 span { border-color: rgb(174,202,223); }

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