#AABCD8

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

Shades of Light Steel Blue #AABCD8

Tints of Light Steel Blue #AABCD8

Color information

#AABCD8 (or 0xAABCD8) is unknown color: approx Light Steel Blue. HEX triplet: AA, BC and D8. RGB value is (170,188,216). Sum of RGB (Red+Green+Blue) = 170+188+216=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #AABCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD8 is #554327. Grayscale: #B9B9B9. Windows color (decimal): -5587752 or 14204074. OLE color: 14204074.

HSL color Cylindrical-coordinate representation of color #AABCD8: hue angle of 216.52º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AABCD8 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170188216-
CMYK0.210.1300.15
HSL216.52º37.1%75.69%-
HSV(B)216.52º21.3%84.71%-
XYZ46.9649.4772.04-
YUV185.81145.04116.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=29.62%
G=32.75%
B=37.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701882160.210.1300.15216.5237.175.69
HexAABCD815D0Fd9254c
Octal252274330251501733145114
Binary10101010101111001101100010101110101111110110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCD8; }

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

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

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

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

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

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

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

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