#ABBAD6

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

Shades of Light Steel Blue #ABBAD6

Tints of Light Steel Blue #ABBAD6

Color information

#ABBAD6 (or 0xABBAD6) is unknown color: approx Light Steel Blue. HEX triplet: AB, BA and D6. RGB value is (171,186,214). Sum of RGB (Red+Green+Blue) = 171+186+214=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #ABBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAD6 is #544529. Grayscale: #B8B8B8. Windows color (decimal): -5522730 or 14072491. OLE color: 14072491.

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

Color convert

RGB171186214-
CMYK0.200.1300.16
HSL219.07º34.4%75.49%-
HSV(B)219.07º20.09%83.92%-
XYZ46.4948.6370.55-
YUV184.71144.53118.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=29.95%
G=32.57%
B=37.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711862140.200.1300.16219.0734.475.49
HexABBAD614D010db224b
Octal253272326241502033342113
Binary101010111011101011010110101001101010000110110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAD6; }

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

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

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

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

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

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

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

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