#AABAD7

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

Shades of Light Steel Blue #AABAD7

Tints of Light Steel Blue #AABAD7

Color information

#AABAD7 (or 0xAABAD7) is unknown color: approx Light Steel Blue. HEX triplet: AA, BA and D7. RGB value is (170,186,215). Sum of RGB (Red+Green+Blue) = 170+186+215=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #AABAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAD7 is #554528. Grayscale: #B8B8B8. Windows color (decimal): -5588265 or 14138026. OLE color: 14138026.

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

Color convert

RGB170186215-
CMYK0.210.1300.16
HSL218.67º36%75.49%-
HSV(B)218.67º20.93%84.31%-
XYZ46.448.5771.22-
YUV184.52145.2117.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=29.77%
G=32.57%
B=37.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701862150.210.1300.16218.673675.49
HexAABAD715D010db244b
Octal252272327251502033344113
Binary101010101011101011010111101011101010000110110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAD7; }

 p { color: rgb(170,186,215); }

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

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

 a { background-color: rgb(170,186,215); }

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

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

 span { border-color: rgb(170,186,215); }

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