#AABEDC

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

Shades of Light Steel Blue #AABEDC

Tints of Light Steel Blue #AABEDC

Color information

#AABEDC (or 0xAABEDC) is unknown color: approx Light Steel Blue. HEX triplet: AA, BE and DC. RGB value is (170,190,220). Sum of RGB (Red+Green+Blue) = 170+190+220=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDC is #554123. Grayscale: #BBBBBB. Windows color (decimal): -5587236 or 14466730. OLE color: 14466730.

HSL color Cylindrical-coordinate representation of color #AABEDC: hue angle of 216º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABEDC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170190220-
CMYK0.230.1400.14
HSL216º41.67%76.47%-
HSV(B)216º22.73%86.27%-
XYZ47.9150.5474.94-
YUV187.44146.37115.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=29.31%
G=32.76%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701902200.230.1400.1421641.6776.47
HexAABEDC17E0Ed82a4c
Octal252276334271601633052114
Binary10101010101111101101110010111111001110110110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEDC; }

 p { color: rgb(170,190,220); }

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

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

 a { background-color: rgb(170,190,220); }

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

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

 span { border-color: rgb(170,190,220); }

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