#AEBAD6

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

Shades of Light Steel Blue #AEBAD6

Tints of Light Steel Blue #AEBAD6

Color information

#AEBAD6 (or 0xAEBAD6) is unknown color: approx Light Steel Blue. HEX triplet: AE, BA and D6. RGB value is (174,186,214). Sum of RGB (Red+Green+Blue) = 174+186+214=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAD6 is #514529. Grayscale: #B9B9B9. Windows color (decimal): -5326122 or 14072494. OLE color: 14072494.

HSL color Cylindrical-coordinate representation of color #AEBAD6: hue angle of 222º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBAD6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174186214-
CMYK0.190.1300.16
HSL222º32.79%76.08%-
HSV(B)222º18.69%83.92%-
XYZ47.1548.9770.59-
YUV185.6144.02119.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 214 (83.98% from 255) = 37.28%
R=30.31%
G=32.40%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741862140.190.1300.1622232.7976.08
HexAEBAD613D010de214c
Octal256272326231502033641114
Binary101011101011101011010110100111101010000110111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAD6; }

 p { color: rgb(174,186,214); }

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

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

 a { background-color: rgb(174,186,214); }

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

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

 span { border-color: rgb(174,186,214); }

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