#AABCDE

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

Shades of Light Steel Blue #AABCDE

Tints of Light Steel Blue #AABCDE

Color information

#AABCDE (or 0xAABCDE) is unknown color: approx Light Steel Blue. HEX triplet: AA, BC and DE. RGB value is (170,188,222). Sum of RGB (Red+Green+Blue) = 170+188+222=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDE is #554321. Grayscale: #BABABA. Windows color (decimal): -5587746 or 14597290. OLE color: 14597290.

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

Color convert

RGB170188222-
CMYK0.230.1500.13
HSL219.23º44.07%76.86%-
HSV(B)219.23º23.42%87.06%-
XYZ47.7549.7976.2-
YUV186.49148.04116.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=29.31%
G=32.41%
B=38.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701882220.230.1500.13219.2344.0776.86
HexAABCDE17F0Ddb2c4d
Octal252274336271701533354115
Binary10101010101111001101111010111111101101110110111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCDE; }

 p { color: rgb(170,188,222); }

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

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

 a { background-color: rgb(170,188,222); }

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

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

 span { border-color: rgb(170,188,222); }

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